https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112430
Revision: 112430
Author: siebrand
Date: 2012-02-26 12:52:50 +0000 (Sun, 26 Feb 2012)
Log Message:
-----------
Follow-up r112429: Fix typo in variable name.
Modified Paths:
--------------
trunk/extensions/Translate/specials/SpecialTranslations.php
Modified: trunk/extensions/Translate/specials/SpecialTranslations.php
===================================================================
--- trunk/extensions/Translate/specials/SpecialTranslations.php 2012-02-26
12:51:27 UTC (rev 112429)
+++ trunk/extensions/Translate/specials/SpecialTranslations.php 2012-02-26
12:52:50 UTC (rev 112430)
@@ -205,7 +205,7 @@
$text = TranslateUtils::getLanguageName( $code, false,
$wgLang->getCode() );
$text .= $separator;
- $text .= $paretheses->params( $code );
+ $text .= $parentheses->params( $code );
$text = htmlspecialchars( $text );
if ( $canTranslate ) {
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs