ooops for r20164. Thanks to Nikerabbit
authorRaimond Spekking <raymond@users.mediawiki.org>
Tue, 6 Mar 2007 15:33:27 +0000 (15:33 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Tue, 6 Mar 2007 15:33:27 +0000 (15:33 +0000)
includes/SpecialContributions.php

index a9db719..c5ad25a 100644 (file)
@@ -391,8 +391,8 @@ function contributionsForm( $options ) {
                Xml::inputLabel( wfMsg( 'sp-contributions-username' ), 'target', 'target', 20 , $options['target']) . ' ' .
                wfMsgHtml( 'namespace' ) . ' ' .
                Xml::namespaceSelector( $options['namespace'], '' ) .
-               Xml::submitButton( wfMsg( 'ipblocklist-submit' ) ) .
-               '</fieldset></form>\n';
+               Xml::submitButton( wfMsg( 'sp-contributions-submit' ) ) .
+               "</fieldset></form>\n";
        return $f;
 }