* Using msg:allpagessubmit for the submit button instead of msg:querybtn
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 27 Jun 2005 09:14:32 +0000 (09:14 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 27 Jun 2005 09:14:32 +0000 (09:14 +0000)
includes/SpecialLog.php

index 244aa19..7a7b046 100644 (file)
@@ -352,7 +352,7 @@ class LogViewer {
                        $this->getTypeMenu() .
                        $this->getUserInput() .
                        $this->getTitleInput() .
-                       "<input type='submit' value=\"" . wfMsg( 'querybtn' ) . "\" />" .
+                       "<input type='submit' value=\"" . wfMsg( 'allpagessubmit' ) . "\" />" .
                        "</form>" );
        }