From: Niklas Laxström Date: Sun, 7 Sep 2008 09:47:34 +0000 (+0000) Subject: * When using a {{SITENAME}} in a message, better to make sure {{GRAMMAR}} works too X-Git-Tag: 1.31.0-rc.0~45419 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=a28beddd85d91938070544da5149a72dc4abd879;p=lhc%2Fweb%2Fwiklou.git * When using a {{SITENAME}} in a message, better to make sure {{GRAMMAR}} works too --- 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' ) ) . " " .