Index: trunk/phase3/includes/Metadata.php |
— | — | @@ -118,7 +118,7 @@ |
119 | 119 | global $wgContLang; |
120 | 120 | |
121 | 121 | if( $user->isAnon() ){ |
122 | | - $this->element( $name, wfMsg( 'anonymous' ), 1 ); |
| 122 | + $this->element( $name, wfMsgExt( 'anonymous', array( 'parsemag' ), 1 ) ); |
123 | 123 | } else if( $real = $user->getRealName() ) { |
124 | 124 | $this->element( $name, $real ); |
125 | 125 | } else { |