From 6009cc84080ec43bc252fef4d3748c83645f03f6 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 8 Nov 2010 10:13:20 +0000 Subject: [PATCH] $wgUpgradeKey, not $wgUpgradeKey.php ;) --- includes/installer/Installer.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index ad77ba7e21..f87dd6473e 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -16,7 +16,7 @@ $messages['en'] = array( 'config-title' => 'MediaWiki $1 installation', 'config-information' => 'Information', 'config-localsettings-upgrade' => "'''Warning''': A LocalSettings.php file has been detected. -Your software is able to upgrade. Please fill in the value of \$wgUpgradeKey.php in the box", +Your software is able to upgrade. Please fill in the value of \$wgUpgradeKey in the box", 'config-localsettings-key' => 'Upgrade key:', 'config-localsettings-badkey' => 'The key you provided is incorrect', 'config-localsettings-noupgrade' => "'''Error''': A LocalSettings.php file has been detected. -- 2.20.1