Index: trunk/phase3/includes/specials/SpecialImport.php |
— | — | @@ -150,10 +150,11 @@ |
151 | 151 | </tr> |
152 | 152 | <tr> |
153 | 153 | <td class='mw-label'>" . |
154 | | - Xml::label( wfMsg( 'import-comment' ), 'log-comment' ) . |
| 154 | + Xml::label( wfMsg( 'import-comment' ), 'mw-import-comment' ) . |
155 | 155 | "</td> |
156 | 156 | <td class='mw-input'>" . |
157 | | - Xml::input( 'log-comment', 50, '', array( 'id' => 'log-comment', 'type' => 'text' ) ) . ' ' . |
| 157 | + Xml::input( 'log-comment', 50, '', |
| 158 | + array( 'id' => 'mw-import-comment', 'type' => 'text' ) ) . ' ' . |
158 | 159 | "</td> |
159 | 160 | </tr> |
160 | 161 | <tr> |
— | — | @@ -216,10 +217,11 @@ |
217 | 218 | </tr> |
218 | 219 | <tr> |
219 | 220 | <td class='mw-label'>" . |
220 | | - Xml::label( wfMsg( 'import-comment' ), 'comment' ) . |
| 221 | + Xml::label( wfMsg( 'import-comment' ), 'mw-interwiki-comment' ) . |
221 | 222 | "</td> |
222 | 223 | <td class='mw-input'>" . |
223 | | - Xml::input( 'log-comment', 50, '', array( 'type' => 'text' ) ) . ' ' . |
| 224 | + Xml::input( 'log-comment', 50, '', |
| 225 | + array( 'id' => 'mw-interwiki-comment', 'type' => 'text' ) ) . ' ' . |
224 | 226 | "</td> |
225 | 227 | </tr> |
226 | 228 | <tr> |