https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112468

Revision: 112468
Author:   demon
Date:     2012-02-27 02:40:08 +0000 (Mon, 27 Feb 2012)
Log Message:
-----------
Typofix, ping r112427

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialContributions.php

Modified: trunk/phase3/includes/specials/SpecialContributions.php
===================================================================
--- trunk/phase3/includes/specials/SpecialContributions.php     2012-02-27 
01:44:30 UTC (rev 112467)
+++ trunk/phase3/includes/specials/SpecialContributions.php     2012-02-27 
02:40:08 UTC (rev 112468)
@@ -254,7 +254,7 @@
                // @todo Should this be removed at some point?
                $oldMsg = $this->msg( 'contribsub' );
                if ( $oldMsg->exists() ) {
-                       $linksWithParentheses = $this->msg( 'parenteses' 
)->rawParams( $links )->escaped();
+                       $linksWithParentheses = $this->msg( 'parentheses' 
)->rawParams( $links )->escaped();
                        return $oldMsg->rawParams( "$user 
$linksWithParentheses" );
                } else {
                        return $this->msg( 'contribsub2' )->rawParams( $user, 
$links );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to