Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -254,7 +254,7 @@ |
255 | 255 | // @todo Should this be removed at some point? |
256 | 256 | $oldMsg = $this->msg( 'contribsub' ); |
257 | 257 | if ( $oldMsg->exists() ) { |
258 | | - $linksWithParentheses = $this->msg( 'parenteses' )->rawParams( $links )->escaped(); |
| 258 | + $linksWithParentheses = $this->msg( 'parentheses' )->rawParams( $links )->escaped(); |
259 | 259 | return $oldMsg->rawParams( "$user $linksWithParentheses" ); |
260 | 260 | } else { |
261 | 261 | return $this->msg( 'contribsub2' )->rawParams( $user, $links ); |