Index: trunk/phase3/includes/specials/SpecialUserlogin.php |
— | — | @@ -128,7 +128,7 @@ |
129 | 129 | global $wgOut; |
130 | 130 | |
131 | 131 | if ( $this->mEmail == '' ) { |
132 | | - $this->mainLoginForm( wfMsg( 'noemail', htmlspecialchars( $this->mName ) ) ); |
| 132 | + $this->mainLoginForm( wfMsgExt( 'noemail', 'parsemag', htmlspecialchars( $this->mName ) ) ); |
133 | 133 | return; |
134 | 134 | } |
135 | 135 | |