From e0a98aeb1c188abd9db6e9f274895733bed690f7 Mon Sep 17 00:00:00 2001 From: Ilmari Karonen Date: Thu, 21 Dec 2006 21:07:19 +0000 Subject: [PATCH] search buttons should use the 'searchbutton' system message --- includes/SpecialIpblocklist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialIpblocklist.php b/includes/SpecialIpblocklist.php index 84d07ace93..293059f290 100644 --- a/includes/SpecialIpblocklist.php +++ b/includes/SpecialIpblocklist.php @@ -223,7 +223,7 @@ class IPUnblockForm { 'value' => $this->ip ) ) . wfElement( 'input', array( 'type' => 'submit', - 'value' => wfMsg( 'search' ) ) ) . + 'value' => wfMsg( 'searchbutton' ) ) ) . ''; } -- 2.20.1