Index: trunk/extensions/WhiteList/SpecialWhitelistEdit_body.php |
— | — | @@ -606,7 +606,7 @@ |
607 | 607 | $wgOut->addHtml('<div class="NavFrame" style="padding:0px;border-style:none;">'); |
608 | 608 | $wgOut->addHtml('<div class="NavHead" style="background: #ffffff; text-align: left; font-size:100%;">'); |
609 | 609 | # this is a hack to make the [show]/[hide] always appear after the text |
610 | | - $wgOut->addWikiText("$headertext" . wfMsg('whitelistnummatches', $num_matches) . " <font color='#ffffff'>[show]</font> </div>"); |
| 610 | + $wgOut->addWikiText("$headertext" . wfMsgExt('whitelistnummatches', array( 'parsemag' ), array( $num_matches ) ) . " <font color='#ffffff'>[show]</font> </div>"); |
611 | 611 | $wgOut->addHtml('<div class="NavContent" style="display:none; font-size:normal; text-align:left">'); |
612 | 612 | |
613 | 613 | foreach ($wildcard_match as $pageid) |