From c97b72dd673740bcb6b8b55b7da0a91585fb3b4d Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 12 Jan 2011 13:17:36 +0000 Subject: [PATCH] Fix key name --- includes/installer/Installer.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index eeefd7531b..131b4ce1e4 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -452,7 +452,7 @@ Please proceed to the next page.", 'config-install-pg-schema-failed' => 'Tables creation failed. Make sure that the user "$1" can write to the schema "$2".', 'config-install-pg-commit' => 'Committing changes', - 'config-pg-plpgsql' => 'Checking for language PL/pgSQL', + 'config-install-pg-plpgsql' => 'Checking for language PL/pgSQL', 'config-pg-no-plpgsql' => 'You need to install the language PL/pgSQL in the database $1', 'config-install-pg-ts2' => 'Checking for tsearch2', 'config-install-pg-ts2-failed' => "'''FAILED''' tsearch2 must be installed in the database $1. -- 2.20.1