| Index: trunk/phase3/maintenance/language/messages.inc |
| — | — | @@ -1152,7 +1152,6 @@ |
| 1153 | 1153 | 'right-userrights', |
| 1154 | 1154 | 'right-userrights-interwiki', |
| 1155 | 1155 | 'right-siteadmin', |
| 1156 | | - 'right-reset-passwords', |
| 1157 | 1156 | 'right-override-export-depth', |
| 1158 | 1157 | 'right-sendemail', |
| 1159 | 1158 | ), |
| Index: trunk/phase3/languages/messages/MessagesEn.php |
| — | — | @@ -1985,7 +1985,6 @@ |
| 1986 | 1986 | 'right-userrights' => 'Edit all user rights', |
| 1987 | 1987 | 'right-userrights-interwiki' => 'Edit user rights of users on other wikis', |
| 1988 | 1988 | 'right-siteadmin' => 'Lock and unlock the database', |
| 1989 | | -'right-reset-passwords' => "Reset other users' passwords", |
| 1990 | 1989 | 'right-override-export-depth' => 'Export pages including linked pages up to a depth of 5', |
| 1991 | 1990 | 'right-sendemail' => 'Send e-mail to other users', |
| 1992 | 1991 | |