Bug 3144: "Submit query" message localization
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 13 Sep 2005 19:58:22 +0000 (19:58 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 13 Sep 2005 19:58:22 +0000 (19:58 +0000)
-Using allpagessubmit for start

includes/SpecialListusers.php

index 432876e..dabe6fb 100644 (file)
@@ -107,7 +107,7 @@ class ListUsersPage extends QueryPage {
                $out .= wfMsgHtml( 'specialloguserlabel' ) . '<input type="text" name="username" /> ';
 
                // OK button, end of form.
-               $out .= '<input type="submit" /></form>';
+               $out .= '<input type="submit" value="' . wfMsgHtml( 'allpagessubmit' ) . '" /></form>';
                // congratulations the form is now build
                return $out;    
        }