r63860 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63859‎ | r63860 | r63861 >
Date:12:20, 17 March 2010
Author:raymond
Status:ok
Tags:
Comment:
Change message key name to ensure that all users see the new message.
Reusing the old message results into showing the outdated translated messages.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/OptIn/OptIn.i18n.php (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php
@@ -186,7 +186,7 @@
187187 array( 'optin-intro' )
188188 );
189189 $this->showOptInButtons();
190 - $wgOut->addWikiMsg( 'optin-improvements' );
 190+ $wgOut->addWikiMsg( 'optin-improvements2' );
191191 }
192192 }
193193
Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.i18n.php
@@ -95,7 +95,7 @@
9696 'optin-survey-answer-changes-predictability' => 'Improve predictability of performance.',
9797 'optin-survey-answer-changes-custom' => 'Allow greater user customization.',
9898 'optin-survey-answer-changes-other' => 'Other:',
99 - 'optin-improvements' => "== What has been improved? ==
 99+ 'optin-improvements2' => "== What has been improved? ==
100100 [[File:UsabilityToolbar.png|left|link=|Screenshot of the enhanced edit toolbar]]
101101 [[File:UsabilityDialogs.png|left|link=|Screenshot of the new content generation dialogs]]
102102 ;Enhanced Toolbar

Status & tagging log