IoannisKydonis has uploaded a new change for review. https://gerrit.wikimedia.org/r/265498
Change subject: Reword config-localsettings-badkey ...................................................................... Reword config-localsettings-badkey Thread: https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Config-localsettings-badkey/en Change-Id: I74d1cb755bf02c535f3a0abe161b4d3850c68b3c --- M includes/installer/i18n/en.json 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/98/265498/1 diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json index f2ec7a7..8d2040d 100644 --- a/includes/installer/i18n/en.json +++ b/includes/installer/i18n/en.json @@ -8,7 +8,7 @@ "config-localsettings-upgrade": "A <code>LocalSettings.php</code> file has been detected.\nTo upgrade this installation, please enter the value of <code>$wgUpgradeKey</code> in the box below.\nYou will find it in <code>LocalSettings.php</code>.", "config-localsettings-cli-upgrade": "A <code>LocalSettings.php</code> file has been detected.\nTo upgrade this installation, please run <code>update.php</code> 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 <code>LocalSettings.php</code>:\n\n$1", "config-localsettings-incomplete": "The existing <code>LocalSettings.php</code> appears to be incomplete.\nThe $1 variable is not set.\nPlease change <code>LocalSettings.php</code> 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 <code>LocalSettings.php</code>. Please fix these settings and try again.\n\n$1", -- To view, visit https://gerrit.wikimedia.org/r/265498 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I74d1cb755bf02c535f3a0abe161b4d3850c68b3c Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IoannisKydonis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
