From a8db3947081263f283ec77f3b1546aab5f547245 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Fri, 28 Feb 2014 22:48:25 +0100 Subject: [PATCH] Remove AdminSettings.php hint from Installer message Message 'config-localsettings-connection-error' contains still a hint to AdminSettings.php, but last parts was removed with I522ef138d291cf7567250fef1de34bb41673bc6c Change-Id: Ic34524cbf7b62a37ee6386322f51e4c4df8e425a --- includes/installer/Installer.i18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 9f39a879e8..24bc45680b 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -29,7 +29,7 @@ $1', 'config-localsettings-incomplete' => 'The existing LocalSettings.php appears to be incomplete. The $1 variable is not set. Please change LocalSettings.php so that this variable is set, and click "{{int:Config-continue}}".', - 'config-localsettings-connection-error' => 'An error was encountered when connecting to the database using the settings specified in LocalSettings.php or AdminSettings.php. Please fix these settings and try again. + 'config-localsettings-connection-error' => 'An error was encountered when connecting to the database using the settings specified in LocalSettings.php. Please fix these settings and try again. $1', 'config-session-error' => 'Error starting session: $1', @@ -609,7 +609,7 @@ $messages['qqq'] = array( 'config-localsettings-incomplete' => '{{doc-important|Do not translate LocalSettings.php and {{int:Config-continue}}.}} Parameters: * $1 - name of variable (any one of required variables or installer-specific global variables)', - 'config-localsettings-connection-error' => '{{doc-important|Do not translate LocalSettings.php and AdminSettings.php.}} + 'config-localsettings-connection-error' => '{{doc-important|Do not translate LocalSettings.php.}} Used as error message. Parameters: * $1 - (probably empty string)', 'config-session-error' => 'Parameters: -- 2.20.1