(bug 45633) Fix more occurences of "e-mail" to "email" in API
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 3 Mar 2013 17:45:53 +0000 (18:45 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 3 Mar 2013 17:45:53 +0000 (18:45 +0100)
- 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
includes/api/ApiSetNotificationTimestamp.php

index 5a5c572..cd0d0cb 100644 (file)
@@ -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';
        }
 }
index 3f5ebfe..8ef1a97 100644 (file)
@@ -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.'
                );
        }