Index: trunk/extensions/BoardVote/BoardVote_body.php |
— | — | @@ -334,7 +334,7 @@ |
335 | 335 | global $wgOut, $wgLang; |
336 | 336 | global $wgBoardVoteEditCount, $wgBoardVoteRecentEditCount, $wgBoardVoteCountDate; |
337 | 337 | global $wgBoardVoteRecentFirstCountDate, $wgBoardVoteRecentCountDate; |
338 | | - $wgOut->addWikiText( wfMsg( 'boardvote_notqualified', array( 'parsemag' ), $wgBoardVoteEditCount, |
| 338 | + $wgOut->addWikiText( wfMsgExt( 'boardvote_notqualified', array( 'parsemag' ), $wgBoardVoteEditCount, |
339 | 339 | $wgLang->timeanddate( $wgBoardVoteCountDate ), $wgBoardVoteRecentEditCount, |
340 | 340 | $wgLang->timeanddate( $wgBoardVoteRecentFirstCountDate ), |
341 | 341 | $wgLang->timeanddate( $wgBoardVoteRecentCountDate ) |