From a28beddd85d91938070544da5149a72dc4abd879 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 7 Sep 2008 09:47:34 +0000 Subject: [PATCH] * When using a {{SITENAME}} in a message, better to make sure {{GRAMMAR}} works too --- includes/specials/SpecialEmailuser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialEmailuser.php b/includes/specials/SpecialEmailuser.php index 318b1c619a..3801807efc 100644 --- a/includes/specials/SpecialEmailuser.php +++ b/includes/specials/SpecialEmailuser.php @@ -105,7 +105,7 @@ class EmailUserForm { $wgOut->addHTML( Xml::openElement( 'form', array( 'method' => 'post', 'action' => $action, 'id' => 'emailuser' ) ) . Xml::openElement( 'fieldset' ) . - Xml::element( 'legend', null, wfMsg( 'email-legend' ) ) . + Xml::element( 'legend', null, wfMsgExt( 'email-legend', 'parsemag' ) ) . Xml::openElement( 'table', array( 'class' => 'mw-emailuser-table' ) ) . " " . -- 2.20.1