Index: trunk/extensions/Translate/specials/SpecialTranslations.php |
— | — | @@ -205,7 +205,7 @@ |
206 | 206 | |
207 | 207 | $text = TranslateUtils::getLanguageName( $code, false, $wgLang->getCode() ); |
208 | 208 | $text .= $separator; |
209 | | - $text .= $paretheses->params( $code ); |
| 209 | + $text .= $parentheses->params( $code ); |
210 | 210 | $text = htmlspecialchars( $text ); |
211 | 211 | |
212 | 212 | if ( $canTranslate ) { |