From: Ilmari Karonen Date: Thu, 21 Dec 2006 21:07:19 +0000 (+0000) Subject: search buttons should use the 'searchbutton' system message X-Git-Tag: 1.31.0-rc.0~54824 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=e0a98aeb1c188abd9db6e9f274895733bed690f7;p=lhc%2Fweb%2Fwiklou.git search buttons should use the 'searchbutton' system message --- 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' ) ) ) . ''; }