http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66333

Revision: 66333
Author:   siebrand
Date:     2010-05-13 10:40:34 +0000 (Thu, 13 May 2010)

Log Message:
-----------
Use int: instead of copied button text. Spotted by The Evil IP address.

Modified Paths:
--------------
    trunk/extensions/UsabilityInitiative/PrefSwitch/PrefSwitch.i18n.php

Modified: trunk/extensions/UsabilityInitiative/PrefSwitch/PrefSwitch.i18n.php
===================================================================
--- trunk/extensions/UsabilityInitiative/PrefSwitch/PrefSwitch.i18n.php 
2010-05-13 10:31:59 UTC (rev 66332)
+++ trunk/extensions/UsabilityInitiative/PrefSwitch/PrefSwitch.i18n.php 
2010-05-13 10:40:34 UTC (rev 66333)
@@ -63,8 +63,8 @@
        'prefswitch-title-off' => 'Turn new features off',
        'prefswitch-title-switched-off' => 'Thanks',
        'prefswitch-title-feedback' => 'Feedback',
-       '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.',
-       '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.',
+       '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.',
+       '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.',
        'prefswitch-success-feedback' => 'Your feedback has been sent.',
        'prefswitch-return' => '<hr style="clear:both">
 Return to <span class="plainlinks">[$1 $2]</span>.',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to