Typofix, ping r112427
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 27 Feb 2012 02:40:08 +0000 (02:40 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 27 Feb 2012 02:40:08 +0000 (02:40 +0000)
includes/specials/SpecialContributions.php

index 57c0a26..35709d2 100644 (file)
@@ -254,7 +254,7 @@ class SpecialContributions extends SpecialPage {
                // @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 );