* When using a {{SITENAME}} in a message, better to make sure {{GRAMMAR}} works too
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 7 Sep 2008 09:47:34 +0000 (09:47 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 7 Sep 2008 09:47:34 +0000 (09:47 +0000)
includes/specials/SpecialEmailuser.php

index 318b1c6..3801807 100644 (file)
@@ -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' ) ) .
                        "<tr>
                                <td class='mw-label'>" .