From 043074fa45b0c971389dab32aad5ccb8a2da0f12 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 8 Nov 2010 10:44:35 +0000 Subject: [PATCH] Add newlines. --- includes/installer/Installer.i18n.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index f87dd6473e..740fdb0c58 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -16,7 +16,8 @@ $messages['en'] = array( 'config-title' => 'MediaWiki $1 installation', 'config-information' => 'Information', 'config-localsettings-upgrade' => "'''Warning''': A LocalSettings.php file has been detected. -Your software is able to upgrade. Please fill in the value of \$wgUpgradeKey in the box", +Your software is able to upgrade. +Please fill in the value of \$wgUpgradeKey in the box.", 'config-localsettings-key' => 'Upgrade key:', 'config-localsettings-badkey' => 'The key you provided is incorrect', 'config-localsettings-noupgrade' => "'''Error''': A LocalSettings.php file has been detected. @@ -180,8 +181,10 @@ If you are using shared web hosting, your hosting provider will either give you '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', -- 2.20.1