r39547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39546‎ | r39547 | r39548 >
Date:19:44, 17 August 2008
Author:catrope
Status:old
Tags:
Comment:
(bug 15201) {{PLURAL:}}ized changeauthor-changeauthors-multi
Modified paths:
  • /trunk/extensions/ChangeAuthor/ChangeAuthor.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ChangeAuthor/ChangeAuthor.body.php
@@ -232,9 +232,10 @@
233233 $retval .= Xml::openElement('fieldset');
234234 $retval .= Xml::element('p', array(), wfMsg('changeauthor-explanation-multi'));
235235 $retval .= Xml::inputLabel(wfMsg('changeauthor-comment'), 'comment', 'comment', 50);
236 - $retval .= Xml::submitButton(wfMsg('changeauthor-changeauthors-multi'));
 236+ $retval .= Xml::submitButton(wfMsgExt('changeauthor-changeauthors-multi',
 237+ array('parsemag', 'escape'), count($revs)));
237238 if($errMsg != '')
238 - {
 239+ {
239240 $retval .= Xml::openElement('p') . Xml::openElement('b');
240241 $retval .= Xml::element('font', array('color' => 'red'), $errMsg);
241242 $retval .= Xml::closeElement('b') . Xml::closeElement('p');

Status & tagging log