https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114020

Revision: 114020
Author:   reedy
Date:     2012-03-16 16:17:27 +0000 (Fri, 16 Mar 2012)
Log Message:
-----------
Bug 35266 - tooltip isn't translated

Ping r112930

Modified Paths:
--------------
    trunk/extensions/CentralAuth/specials/SpecialCentralAuth.php

Modified: trunk/extensions/CentralAuth/specials/SpecialCentralAuth.php
===================================================================
--- trunk/extensions/CentralAuth/specials/SpecialCentralAuth.php        
2012-03-16 16:10:57 UTC (rev 114019)
+++ trunk/extensions/CentralAuth/specials/SpecialCentralAuth.php        
2012-03-16 16:17:27 UTC (rev 114020)
@@ -416,8 +416,8 @@
         */
        function formatMergeMethod( $method ) {
                global $wgExtensionAssetsPath;
-               
-               $brief = wfMessage( 'centralauth-merge-method-{$method}' 
)->text();
+
+               $brief = wfMessage( "centralauth-merge-method-{$method}" 
)->text();
                $html = 
                        Html::element(
                                'img', array(


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to