From 39c5885698ae2cf915dbdbd1c8e9173ab2a577c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 28 Jul 2010 07:17:54 +0000 Subject: [PATCH] installer: Fix grammar error in r70053 pointed out by http://github.com/wlangstroth The comment was at http://github.com/mediawiki/mediawiki-trunk-phase3/commit/89cc046998c41895dc9199e5ecb06efba5aee8ab --- 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 c6dd1a1d00..343aff4e35 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -449,7 +449,7 @@ You have successfully installed MediaWiki. We have generated a LocalSettings.php file for you. It contains all your configuration. You will need to [$1 download] it and put it in the base of your wiki installation (the same directory as index.php). '''Note''': If you do not do this now, -this generated configuration file will not available to you later if you exit the installation without downloading it. +this generated configuration file will not be available to you later if you exit the installation without downloading it. When that's done, you can [$2 '''enter your wiki''']", // $1 is the URL to LocalSettings download, $2 is link to wiki ); -- 2.20.1