From 698c66321509aa0661aa9cf861a695c757a5e3e0 Mon Sep 17 00:00:00 2001 From: Zoranzoki21 Date: Sat, 29 Sep 2018 01:37:09 +0300 Subject: [PATCH] Fix [[MediaWiki:Config-install-success/en]] translation issues The first sentence in this message should not be splited in two lines. Too, content of page for FAQ, should be displayed on the user's language. Bug: T205753 Change-Id: I7b75485411f6b6022bdc773521fbad1366dd8643 --- 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 87bf792fef..c89be17604 100644 --- a/includes/installer/i18n/en.json +++ b/includes/installer/i18n/en.json @@ -299,7 +299,7 @@ "config-install-mainpage-failed": "Could not insert main page: $1", "config-install-done": "Congratulations!\nYou have installed MediaWiki.\n\nThe installer has generated a LocalSettings.php file.\nIt contains all your configuration.\n\nYou will need to download it and put it in the base of your wiki installation (the same directory as index.php). The download should have started automatically.\n\nIf the download was not offered, or if you cancelled it, you can restart the download by clicking the link below:\n\n$3\n\nNote: If you do not do this now, this generated configuration file will not be available to you later if you exit the installation without downloading it.\n\nWhen that has been done, you can [$2 enter your wiki].", "config-install-done-path": "Congratulations!\nYou have installed MediaWiki.\n\nThe installer has generated a LocalSettings.php file.\nIt contains all your configuration.\n\nYou will need to download it and put it at $4. The download should have started automatically.\n\nIf the download was not offered, or if you cancelled it, you can restart the download by clicking the link below:\n\n$3\n\nNote: If you do not do this now, this generated configuration file will not be available to you later if you exit the installation without downloading it.\n\nWhen that has been done, you can [$2 enter your wiki].", - "config-install-success": "MediaWiki has been successfully installed. You can now\nvisit <$1$2> to view your wiki.\nIf you have questions, check out our frequently asked questions list:\n or use one of the\nsupport forums linked on that page.", + "config-install-success": "MediaWiki has been successfully installed. You can now visit <$1$2> to view your wiki.\nIf you have questions, check out our frequently asked questions list:\n or use one of the\nsupport forums linked on that page.", "config-download-localsettings": "Download LocalSettings.php", "config-help": "help", "config-help-tooltip": "click to expand", -- 2.20.1