fix for r20409. Thanks to VoA.
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 14 Mar 2007 00:04:09 +0000 (00:04 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 14 Mar 2007 00:04:09 +0000 (00:04 +0000)
includes/SpecialLog.php
languages/messages/MessagesEn.php

index 33cbbe2..be29167 100644 (file)
@@ -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.
index 18e9b00..dbe8333 100644 (file)
@@ -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 \85',
+'title-pattern'        => 'Title starts with ',
 
 # Special:Allpages
 'nextpage'          => 'Next page ($1)',