Index: trunk/phase3/includes/FileRevertForm.php |
— | — | @@ -118,7 +118,7 @@ |
119 | 119 | */ |
120 | 120 | |
121 | 121 | $form .= '<p>' . Xml::inputLabel( wfMsg( 'filerevert-comment' ), 'wpComment', 'wpComment', |
122 | | - 40, wfMsgForContent( 'filerevert-defaultcomment', |
| 122 | + 60, wfMsgForContent( 'filerevert-defaultcomment', |
123 | 123 | $wgContLang->timeAndDate( $timestamp, false, false ) ) ) . '</p>'; |
124 | 124 | $form .= '<p>' . Xml::submitButton( wfMsg( 'filerevert-submit' ) ) . '</p>'; |
125 | 125 | $form .= '</fieldset>'; |