Index: trunk/extensions/Makebot/Makebot.class.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | ? $par |
34 | 34 | : $wgRequest->getText( 'username', '' ); |
35 | 35 | |
36 | | - $wgOut->addWikiText( wfMsg( 'makebot-header' ) ); |
| 36 | + $wgOut->addWikiText( wfMsgNoTrans( 'makebot-header' ) ); |
37 | 37 | $wgOut->addHtml( $this->makeSearchForm() ); |
38 | 38 | |
39 | 39 | if( $this->target != '' ) { |