r112430 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112429‎ | r112430 | r112431 >
Date:12:52, 26 February 2012
Author:siebrand
Status:resolved
Tags:i18nreview 
Comment:
Follow-up r112429: Fix typo in variable name.
Modified paths:
  • /trunk/extensions/Translate/specials/SpecialTranslations.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/specials/SpecialTranslations.php
@@ -205,7 +205,7 @@
206206
207207 $text = TranslateUtils::getLanguageName( $code, false, $wgLang->getCode() );
208208 $text .= $separator;
209 - $text .= $paretheses->params( $code );
 209+ $text .= $parentheses->params( $code );
210210 $text = htmlspecialchars( $text );
211211
212212 if ( $canTranslate ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112429Remove hard coded parentheses.siebrand12:51, 26 February 2012

Status & tagging log