r66333 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66332‎ | r66333 | r66334 >
Date:10:40, 13 May 2010
Author:siebrand
Status:ok
Tags:
Comment:
Use int: instead of copied button text. Spotted by The Evil IP address.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/PrefSwitch/PrefSwitch.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/PrefSwitch/PrefSwitch.i18n.php
@@ -63,8 +63,8 @@
6464 'prefswitch-title-off' => 'Turn new features off',
6565 'prefswitch-title-switched-off' => 'Thanks',
6666 'prefswitch-title-feedback' => 'Feedback',
67 - 'prefswitch-success-on' => 'New features are now turned on. We hope you enjoy using the new features. You may always turn them back off by clicking on the "[[Special:UsabilityInitiativePrefSwitch|Take me back]]" link at the top of the page.',
68 - 'prefswitch-success-off' => 'New features are now turned off. Thanks for trying the new features. You may always turn them back on by clicking on the "[[Special:UsabilityInitiativePrefSwitch|New features]]" link at the top of the page.',
 67+ 'prefswitch-success-on' => 'New features are now turned on. We hope you enjoy using the new features. You may always turn them back off by clicking on the "[[Special:UsabilityInitiativePrefSwitch|{{int:prefswitch-link-on}}]]" link at the top of the page.',
 68+ 'prefswitch-success-off' => 'New features are now turned off. Thanks for trying the new features. You may always turn them back on by clicking on the "[[Special:UsabilityInitiativePrefSwitch|{{int:prefswitch-link-off}}]]" link at the top of the page.',
6969 'prefswitch-success-feedback' => 'Your feedback has been sent.',
7070 'prefswitch-return' => '<hr style="clear:both">
7171 Return to <span class="plainlinks">[$1 $2]</span>.',

Status & tagging log