From: Raimond Spekking Date: Tue, 6 Mar 2007 15:33:27 +0000 (+0000) Subject: ooops for r20164. Thanks to Nikerabbit X-Git-Tag: 1.31.0-rc.0~53885 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=3de1c95615cf34d88633a7d12c2dc79166b86a8b;p=lhc%2Fweb%2Fwiklou.git ooops for r20164. Thanks to Nikerabbit --- diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index a9db7196b9..c5ad25a929 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -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' ) ) . - '\n'; + Xml::submitButton( wfMsg( 'sp-contributions-submit' ) ) . + "\n"; return $f; }