From: Raimond Spekking Date: Sat, 27 Aug 2011 11:01:51 +0000 (+0000) Subject: Remove a message for a feature introduced with r47569 and reverted with r48780. X-Git-Tag: 1.31.0-rc.0~28047 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=57ec7a98780ab5bdb257c9b14663f0f522fe3d9a;p=lhc%2Fweb%2Fwiklou.git Remove a message for a feature introduced with r47569 and reverted with r48780. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index f33c915c55..ecafdf4f18 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1985,7 +1985,6 @@ Your e-mail address is not revealed when other users contact you.', 'right-userrights' => 'Edit all user rights', 'right-userrights-interwiki' => 'Edit user rights of users on other wikis', 'right-siteadmin' => 'Lock and unlock the database', -'right-reset-passwords' => "Reset other users' passwords", 'right-override-export-depth' => 'Export pages including linked pages up to a depth of 5', 'right-sendemail' => 'Send e-mail to other users', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 35cb63db4f..9caf7e5b39 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1152,7 +1152,6 @@ $wgMessageStructure = array( 'right-userrights', 'right-userrights-interwiki', 'right-siteadmin', - 'right-reset-passwords', 'right-override-export-depth', 'right-sendemail', ),