r65708 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65707‎ | r65708 | r65709 >
Date:18:29, 30 April 2010
Author:avar
Status:ok
Tags:
Comment:
Make the "you're done" message less confusing

In particular the old one suggested you move MediaWiki, not the
LocalSettings.php file.
Modified paths:
  • /branches/new-installer/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/includes/installer/Installer.i18n.php
@@ -425,9 +425,11 @@
426426 'config-install-done' => "'''Congratulations!'''
427427 You have successfully installed MediaWiki.
428428
 429+We've generated a <code>LocalSettings.php</code> file for you. It contains all your configuration.
 430+
429431 You will need to move it from <code>./config/LocalSettings.php</code> to <code>./LocalSettings.php</code> in order for MediaWiki to work.
430432
431 -[$1 Enter your wiki]",
 433+When that's done, you can [$1 '''enter your wiki''']",
432434 'config-install-done-moved' => "'''Congratulations!'''
433435 You have successfully installed MediaWiki.
434436
@@ -746,12 +748,6 @@
747749 'config-install-localsettings' => '<code>LocalSettings.php</code> aanmaken',
748750 'config-install-localsettings-unwritable' => "'''Waarschuwing:''' het was niet mogelijk <code>LocalSettings.php</code> weg te schrijven.
749751 Maak dit bestand zelf aan met de volgende inhoud:",
750 - 'config-install-done' => "'''Gefeliciteerd!'''
751 -U hebt MediaWiki geïnstalleerd.
752 -
753 -U moet <code>./config/LocalSettings.php</code> naar <code>./LocalSettings.php</code> verplaatsen voordat MediaWiki werkt.
754 -
755 -[$1 Naar uw wiki]",
756752 'config-install-done-moved' => "'''Gefeliciteerd!'''
757753 U hebt MediaWiki geïnstalleerd.
758754

Status & tagging log