Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -999,7 +999,6 @@ |
1000 | 1000 | 'right-userrights', |
1001 | 1001 | 'right-userrights-interwiki', |
1002 | 1002 | 'right-siteadmin', |
1003 | | - 'right-restrict', |
1004 | 1003 | ), |
1005 | 1004 | 'rightslog' => array( |
1006 | 1005 | 'rightslog', |
— | — | @@ -1041,7 +1040,6 @@ |
1042 | 1041 | 'action-userrights', |
1043 | 1042 | 'action-userrights-interwiki', |
1044 | 1043 | 'action-siteadmin', |
1045 | | - 'action-restrict', |
1046 | 1044 | ), |
1047 | 1045 | 'recentchanges' => array( |
1048 | 1046 | 'nchanges', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1665,7 +1665,6 @@ |
1666 | 1666 | 'right-userrights' => 'Edit all user rights', |
1667 | 1667 | 'right-userrights-interwiki' => 'Edit user rights of users on other wikis', |
1668 | 1668 | 'right-siteadmin' => 'Lock and unlock the database', |
1669 | | -'right-restrict' => 'Restrict users from editing certain pages and namespaces', |
1670 | 1669 | |
1671 | 1670 | # User rights log |
1672 | 1671 | 'rightslog' => 'User rights log', |
— | — | @@ -1707,7 +1706,6 @@ |
1708 | 1707 | 'action-userrights' => 'edit all user rights', |
1709 | 1708 | 'action-userrights-interwiki' => 'edit user rights of users on other wikis', |
1710 | 1709 | 'action-siteadmin' => 'lock or unlock the database', |
1711 | | -'action-restrict' => 'restrict users from editing pages', |
1712 | 1710 | |
1713 | 1711 | # Recent changes |
1714 | 1712 | 'nchanges' => '$1 {{PLURAL:$1|change|changes}}', |