From aef7675dffbbfbd3108c7ec15f961e1f396605d4 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 26 Apr 2009 14:49:15 +0000 Subject: [PATCH] Remove unused 'cachederror' and 'loginpagetitle' --- languages/messages/MessagesEn.php | 2 -- maintenance/language/messages.inc | 2 -- 2 files changed, 4 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 135a0812ff..7ac90e51f9 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -812,7 +812,6 @@ The last attempted database query was: "$1" from within function "$2". MySQL returned error "$3: $4"', -'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.', 'laggedslavemode' => 'Warning: Page may not contain recent updates.', 'readonly' => 'Database locked', 'enterlockreason' => 'Enter a reason for the lock, including an estimate of when the lock will be released', @@ -884,7 +883,6 @@ Note that some pages may continue to be displayed as if you were still logged in 'welcomecreation' => '== Welcome, $1! == Your account has been created. Do not forget to change your [[Special:Preferences|{{SITENAME}} preferences]].', -'loginpagetitle' => 'User login', 'yourname' => 'Username:', 'yourpassword' => 'Password:', 'yourpasswordagain' => 'Retype password:', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 74f27fb260..a096aa7218 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -316,7 +316,6 @@ $wgMessageStructure = array( 'databaseerror', 'dberrortext', 'dberrortextcl', - 'cachederror', 'laggedslavemode', 'readonly', 'enterlockreason', @@ -366,7 +365,6 @@ $wgMessageStructure = array( 'login' => array( 'logouttext', 'welcomecreation', - 'loginpagetitle', 'yourname', 'yourpassword', 'yourpasswordagain', -- 2.20.1