Index: trunk/extensions/Translate/specials/SpecialMessageGroupStats.php |
— | — | @@ -55,8 +55,8 @@ |
56 | 56 | global $wgRequest, $wgOut; |
57 | 57 | $group = $wgRequest->getVal( 'group' ); |
58 | 58 | $priorityLangs = TranslateMetadata::get( $group, 'prioritylangs' ); |
59 | | - if( $priorityLangs ){ |
60 | | - $wgOut->addHTML( wfMsg('tpt-priority-languages', $priorityLangs ) ); |
| 59 | + if ( $priorityLangs ) { |
| 60 | + $wgOut->addWikiMsg( 'tpt-priority-languages', $priorityLangs ); |
61 | 61 | } |
62 | 62 | } |
63 | 63 | |