From ae12842c69f452e815ef40f71534768ced715667 Mon Sep 17 00:00:00 2001 From: IoannisKydonis Date: Thu, 21 Jan 2016 17:14:36 +0200 Subject: [PATCH] Reword config-localsettings-badkey Thread: https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Config-localsettings-badkey/en Change-Id: I74d1cb755bf02c535f3a0abe161b4d3850c68b3c --- includes/installer/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json index f2ec7a7502..8d2040d043 100644 --- a/includes/installer/i18n/en.json +++ b/includes/installer/i18n/en.json @@ -8,7 +8,7 @@ "config-localsettings-upgrade": "A LocalSettings.php file has been detected.\nTo upgrade this installation, please enter the value of $wgUpgradeKey in the box below.\nYou will find it in LocalSettings.php.", "config-localsettings-cli-upgrade": "A LocalSettings.php file has been detected.\nTo upgrade this installation, please run update.php instead", "config-localsettings-key": "Upgrade key:", - "config-localsettings-badkey": "The key you provided is incorrect.", + "config-localsettings-badkey": "The upgrade key you provided is incorrect.", "config-upgrade-key-missing": "An existing installation of MediaWiki has been detected.\nTo upgrade this installation, please put the following line at the bottom of your LocalSettings.php:\n\n$1", "config-localsettings-incomplete": "The existing LocalSettings.php appears to be incomplete.\nThe $1 variable is not set.\nPlease change LocalSettings.php so that this variable is set, and click \"{{int:Config-continue}}\".", "config-localsettings-connection-error": "An error was encountered when connecting to the database using the settings specified in LocalSettings.php. Please fix these settings and try again.\n\n$1", -- 2.20.1