Index: trunk/extensions/LiquidThreads/classes/NewMessagesController.php |
— | — | @@ -250,7 +250,7 @@ |
251 | 251 | |
252 | 252 | $from = new MailAddress( $wgPasswordSender, 'WikiAdmin' ); |
253 | 253 | $to = new MailAddress( $u ); |
254 | | - $subject = wfMsg( $subjectMsg, $t->subjectWithoutIncrement() ); |
| 254 | + $subject = wfMsgExt( $subjectMsg, 'parsemag', $t->subjectWithoutIncrement() ); |
255 | 255 | |
256 | 256 | UserMailer::send( $to, $from, $subject, $msg ); |
257 | 257 | } |