installer: Fix grammar error in r70053 pointed out by http://github.com/wlangstroth
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 28 Jul 2010 07:17:54 +0000 (07:17 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 28 Jul 2010 07:17:54 +0000 (07:17 +0000)
The comment was at http://github.com/mediawiki/mediawiki-trunk-phase3/commit/89cc046998c41895dc9199e5ecb06efba5aee8ab

includes/installer/Installer.i18n.php

index c6dd1a1..343aff4 100644 (file)
@@ -449,7 +449,7 @@ You have successfully installed MediaWiki.
 We have generated a <code>LocalSettings.php</code> 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
 );