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

Revision: 98617
Author:   dasch
Date:     2011-10-01 16:18:17 +0000 (Sat, 01 Oct 2011)
Log Message:
-----------
full name of special pages, the same used on page with all special pages (that 
also adds localistation)

Modified Paths:
--------------
    trunk/extensions/RefreshSpecial/RefreshSpecial.body.php

Modified: trunk/extensions/RefreshSpecial/RefreshSpecial.body.php
===================================================================
--- trunk/extensions/RefreshSpecial/RefreshSpecial.body.php     2011-10-01 
09:02:05 UTC (rev 98616)
+++ trunk/extensions/RefreshSpecial/RefreshSpecial.body.php     2011-10-01 
16:18:17 UTC (rev 98617)
@@ -120,7 +120,7 @@
                                $checked = 'checked="checked"';
                                $wgOut->addHTML("\t\t\t\t\t<li>
                                                <input type=\"checkbox\" 
name=\"wpSpecial[]\" value=\"$special\" $checked />
-                                               <b>$special</b>
+                                               <b>"  . wfMsg($special) . "</b>
                                        </li>\n");
                        }
                }


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

Reply via email to