From d093cfb97301d8e5109c285a6a10e0265508d3a5 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Wed, 14 Mar 2007 00:04:09 +0000 Subject: [PATCH] fix for r20409. Thanks to VoA. --- includes/SpecialLog.php | 2 +- languages/messages/MessagesEn.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/SpecialLog.php b/includes/SpecialLog.php index 33cbbe274e..be29167dd9 100644 --- a/includes/SpecialLog.php +++ b/includes/SpecialLog.php @@ -41,7 +41,7 @@ function wfSpecialLog( $par = '' ) { */ class LogReader { var $db, $joinClauses, $whereClauses; - var $type = '', $user = '', $title = null; + var $type = '', $user = '', $title = null, $pattern = false; /** * @param WebRequest $request For internal use use a FauxRequest object to pass arbitrary parameters. diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 18e9b00fff..dbe8333387 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1603,13 +1603,13 @@ further information about books you are looking for:', 'version' => 'Version', # Special:Logs -'specialloguserlabel' => 'Benutzer:', -'speciallogtitlelabel' => 'Titel:', +'specialloguserlabel' => 'User:', +'speciallogtitlelabel' => 'Title:', 'log' => 'Logs', 'alllogstext' => 'Combined display of all available logs of {{SITENAME}}. You can narrow down the view by selecting a log type, the user name, or the affected page.', 'logempty' => 'No matching items in log.', -'title-pattern' => 'Title starts with …', +'title-pattern' => 'Title starts with …', # Special:Allpages 'nextpage' => 'Next page ($1)', -- 2.20.1