Index: trunk/phase3/includes/specials/SpecialEmailuser.php |
— | — | @@ -105,7 +105,7 @@ |
106 | 106 | $wgOut->addHTML( |
107 | 107 | Xml::openElement( 'form', array( 'method' => 'post', 'action' => $action, 'id' => 'emailuser' ) ) . |
108 | 108 | Xml::openElement( 'fieldset' ) . |
109 | | - Xml::element( 'legend', null, wfMsg( 'email-legend' ) ) . |
| 109 | + Xml::element( 'legend', null, wfMsgExt( 'email-legend', 'parsemag' ) ) . |
110 | 110 | Xml::openElement( 'table', array( 'class' => 'mw-emailuser-table' ) ) . |
111 | 111 | "<tr> |
112 | 112 | <td class='mw-label'>" . |