Index: trunk/phase3/includes/SpecialContributions.php |
— | — | @@ -391,8 +391,8 @@ |
392 | 392 | Xml::inputLabel( wfMsg( 'sp-contributions-username' ), 'target', 'target', 20 , $options['target']) . ' ' . |
393 | 393 | wfMsgHtml( 'namespace' ) . ' ' . |
394 | 394 | Xml::namespaceSelector( $options['namespace'], '' ) . |
395 | | - Xml::submitButton( wfMsg( 'ipblocklist-submit' ) ) . |
396 | | - '</fieldset></form>\n'; |
| 395 | + Xml::submitButton( wfMsg( 'sp-contributions-submit' ) ) . |
| 396 | + "</fieldset></form>\n"; |
397 | 397 | return $f; |
398 | 398 | } |
399 | 399 | |