Index: trunk/phase3/includes/PageHistory.php |
— | — | @@ -78,7 +78,7 @@ |
79 | 79 | */ |
80 | 80 | $id = $this->mTitle->getArticleID(); |
81 | 81 | if( $id == 0 ) { |
82 | | - $wgOut->addWikiText( 'nohistory' ); |
| 82 | + $wgOut->addWikiText( wfMsg('nohistory') ); |
83 | 83 | wfProfileOut( $fname ); |
84 | 84 | return; |
85 | 85 | } |