http://www.mediawiki.org/wiki/Special:Code/MediaWiki/76296

Revision: 76296
Author:   siebrand
Date:     2010-11-08 10:44:35 +0000 (Mon, 08 Nov 2010)
Log Message:
-----------
Add newlines.

Modified Paths:
--------------
    trunk/phase3/includes/installer/Installer.i18n.php

Modified: trunk/phase3/includes/installer/Installer.i18n.php
===================================================================
--- trunk/phase3/includes/installer/Installer.i18n.php  2010-11-08 10:22:54 UTC 
(rev 76295)
+++ trunk/phase3/includes/installer/Installer.i18n.php  2010-11-08 10:44:35 UTC 
(rev 76296)
@@ -16,7 +16,8 @@
        'config-title'                    => 'MediaWiki $1 installation',
        'config-information'              => 'Information',
        'config-localsettings-upgrade'    => "'''Warning''': A 
<code>LocalSettings.php</code> file has been detected.
-Your software is able to upgrade. Please fill in the value of 
<code>\$wgUpgradeKey</code> in the box",
+Your software is able to upgrade.
+Please fill in the value of <code>\$wgUpgradeKey</code> in the box.",
        'config-localsettings-key'        => 'Upgrade key:',
        'config-localsettings-badkey'     => 'The key you provided is 
incorrect',
        'config-localsettings-noupgrade'  => "'''Error''': A 
<code>LocalSettings.php</code> file has been detected.
@@ -180,8 +181,10 @@
        'config-db-install-account'       => 'User account for installation',
        'config-db-username'              => 'Database username:',
        'config-db-password'              => 'Database password:',
-    'config-db-install-username'         => 'Enter the username that will be 
used to connect to the database during the installation process. This is not 
the username of the MediaWiki account; this is the username for your database.',
-    'config-db-install-password'         => 'Enter the password that will be 
used to connect to the database during the installation process. This is not 
the password for the MediaWiki account; this is the password for your 
database.',
+    'config-db-install-username'         => 'Enter the username that will be 
used to connect to the database during the installation process.
+This is not the username of the MediaWiki account; this is the username for 
your database.',
+    'config-db-install-password'         => 'Enter the password that will be 
used to connect to the database during the installation process.
+This is not the password for the MediaWiki account; this is the password for 
your database.',
        'config-db-install-help'          => 'Enter the username and password 
that will be used to connect to the database during the installation process.',
        'config-db-account-lock'          => 'Use the same username and 
password during normal operation',
        'config-db-wiki-account'          => 'User account for normal 
operation',


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to