Bug 1704: Untranslateable text in SpecialLog
authorJens Frank <jeluf@users.mediawiki.org>
Mon, 21 Mar 2005 16:18:52 +0000 (16:18 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Mon, 21 Mar 2005 16:18:52 +0000 (16:18 +0000)
includes/SpecialLog.php

index 76cfd5e..a7c01e5 100644 (file)
@@ -291,7 +291,7 @@ class LogViewer {
                        $this->getTypeMenu() .
                        $this->getUserInput() .
                        $this->getTitleInput() .
-                       "<input type='submit' />" .
+                       "<input type='submit' value=\"" . wfMsg( 'querybtn' ) . "\" />" .
                        "</form>" );
        }