From 24c4c4a5b32e658b576f89dd79c2345bcaa3177c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 13 Sep 2005 19:58:22 +0000 Subject: [PATCH] Bug 3144: "Submit query" message localization -Using allpagessubmit for start --- includes/SpecialListusers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialListusers.php b/includes/SpecialListusers.php index 432876e1e9..dabe6fb1b6 100644 --- a/includes/SpecialListusers.php +++ b/includes/SpecialListusers.php @@ -107,7 +107,7 @@ class ListUsersPage extends QueryPage { $out .= wfMsgHtml( 'specialloguserlabel' ) . ' '; // OK button, end of form. - $out .= ''; + $out .= ''; // congratulations the form is now build return $out; } -- 2.20.1