search buttons should use the 'searchbutton' system message
authorIlmari Karonen <vyznev@users.mediawiki.org>
Thu, 21 Dec 2006 21:07:19 +0000 (21:07 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Thu, 21 Dec 2006 21:07:19 +0000 (21:07 +0000)
includes/SpecialIpblocklist.php

index 84d07ac..293059f 100644 (file)
@@ -223,7 +223,7 @@ class IPUnblockForm {
                                'value' => $this->ip ) ) .
                        wfElement( 'input', array(
                                'type' => 'submit',
-                               'value' => wfMsg( 'search' ) ) ) .
+                               'value' => wfMsg( 'searchbutton' ) ) ) .
                        '</form>';
        }