r49929 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49928‎ | r49929 | r49930 >
Date:05:38, 27 April 2009
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up on r49920.
* email -> e-mail for consistency
* add key to messages.inc
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -875,7 +875,7 @@
876876 'prefs-watchlist-days-max',
877877 'prefs-watchlist-edits',
878878 'prefs-watchlist-edits-max',
879 - 'prefs-misc',
 879+ 'prefs-misc', // continue checking if used from here on (r49916)
880880 'prefs-resetpass',
881881 'prefs-email',
882882 'prefs-rendering',
@@ -923,6 +923,7 @@
924924 'prefs-custom-css',
925925 'prefs-custom-js',
926926 'prefs-reset-intro',
 927+ 'prefs-emailconfirm-label',
927928 ),
928929 'userrights' => array(
929930 'userrights',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1611,7 +1611,7 @@
16121612 'prefs-custom-js' => 'Custom JS',
16131613 'prefs-reset-intro' => 'You can use this page to reset your preferences to the site defaults.
16141614 This cannot be undone.',
1615 -'prefs-emailconfirm-label' => 'Email confirmation:',
 1615+'prefs-emailconfirm-label' => 'E-mail confirmation:',
16161616
16171617 # User rights
16181618 'userrights' => 'User rights management',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49920Made email option actually work, fixed bug 18580 (new preferences page does n...werdna01:38, 27 April 2009

Status & tagging log