From 5fec1ad2237eed330926e8c38cdc0822029913ba Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 3 Mar 2013 18:45:53 +0100 Subject: [PATCH] (bug 45633) Fix more occurences of "e-mail" to "email" in API - Missed item in ApiSetNotificationTimestamp.php - Update link to mediawiki.org in ApiEmailUser.php now that the page was renamed Bug: 45633 Change-Id: I2a0a41317b9671fcd5fa1f9301cd67e619926a3e --- includes/api/ApiEmailUser.php | 2 +- includes/api/ApiSetNotificationTimestamp.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiEmailUser.php b/includes/api/ApiEmailUser.php index 5a5c572268..cd0d0cba53 100644 --- a/includes/api/ApiEmailUser.php +++ b/includes/api/ApiEmailUser.php @@ -154,6 +154,6 @@ class ApiEmailUser extends ApiBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/API:E-mail'; + return 'https://www.mediawiki.org/wiki/API:Email'; } } diff --git a/includes/api/ApiSetNotificationTimestamp.php b/includes/api/ApiSetNotificationTimestamp.php index 3f5ebfe85a..8ef1a978cf 100644 --- a/includes/api/ApiSetNotificationTimestamp.php +++ b/includes/api/ApiSetNotificationTimestamp.php @@ -259,7 +259,7 @@ class ApiSetNotificationTimestamp extends ApiBase { public function getDescription() { return array( 'Update the notification timestamp for watched pages.', 'This affects the highlighting of changed pages in the watchlist and history,', - 'and the sending of email when the "E-mail me when a page on my watchlist is', + 'and the sending of email when the "Email me when a page on my watchlist is', 'changed" preference is enabled.' ); } -- 2.20.1