From d022064924909019f8de2d948041a8caf37fa51e Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 1 Mar 2011 18:49:12 +0000 Subject: [PATCH] Followup r83029, message key fixes --- includes/installer/Installer.i18n.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 9c80bd1d4f..27f90316e1 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -323,8 +323,6 @@ MyISAM databases tend to get corrupted more often than InnoDB databases.", This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters. In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately, but it will not let you store characters above the [http://en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].", - 'config-connection-user-exists' => 'The database user "$1" already exists. -Please choose a new username to create or do not try to create the user.', 'config-site-name' => 'Name of wiki:', 'config-site-name-help' => "This will appear in the title bar of the browser and in various other places.", 'config-site-name-blank' => 'Enter a site name.', @@ -477,7 +475,7 @@ Make sure that the user "$1" can write to the schema "$2".', 'config-pg-no-plpgsql' => 'You need to install the language PL/pgSQL in the database $1', 'config-pg-no-create-privs' => 'The account you specified for installation does not have enough privileges to create an account.', 'config-install-user' => 'Creating database user', - 'config-install-user-create-failed' => 'User "$1" already exists', + 'config-install-user-alreadyexists' => 'User "$1" already exists', 'config-install-user-create-failed' => 'Creating user "$1" failed: $2', 'config-install-user-grant-failed' => 'Granting permission to user "$1" failed: $2', 'config-install-tables' => 'Creating tables', -- 2.20.1