Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -875,7 +875,7 @@ |
876 | 876 | 'prefs-watchlist-days-max', |
877 | 877 | 'prefs-watchlist-edits', |
878 | 878 | 'prefs-watchlist-edits-max', |
879 | | - 'prefs-misc', |
| 879 | + 'prefs-misc', // continue checking if used from here on (r49916) |
880 | 880 | 'prefs-resetpass', |
881 | 881 | 'prefs-email', |
882 | 882 | 'prefs-rendering', |
— | — | @@ -923,6 +923,7 @@ |
924 | 924 | 'prefs-custom-css', |
925 | 925 | 'prefs-custom-js', |
926 | 926 | 'prefs-reset-intro', |
| 927 | + 'prefs-emailconfirm-label', |
927 | 928 | ), |
928 | 929 | 'userrights' => array( |
929 | 930 | 'userrights', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1611,7 +1611,7 @@ |
1612 | 1612 | 'prefs-custom-js' => 'Custom JS', |
1613 | 1613 | 'prefs-reset-intro' => 'You can use this page to reset your preferences to the site defaults. |
1614 | 1614 | This cannot be undone.', |
1615 | | -'prefs-emailconfirm-label' => 'Email confirmation:', |
| 1615 | +'prefs-emailconfirm-label' => 'E-mail confirmation:', |
1616 | 1616 | |
1617 | 1617 | # User rights |
1618 | 1618 | 'userrights' => 'User rights management', |