From 3de1c95615cf34d88633a7d12c2dc79166b86a8b Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Tue, 6 Mar 2007 15:33:27 +0000 Subject: [PATCH] ooops for r20164. Thanks to Nikerabbit --- includes/SpecialContributions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.20.1