Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -452,7 +452,7 @@ |
453 | 453 | 'config-install-pg-schema-failed' => 'Tables creation failed. |
454 | 454 | Make sure that the user "$1" can write to the schema "$2".', |
455 | 455 | 'config-install-pg-commit' => 'Committing changes', |
456 | | - 'config-pg-plpgsql' => 'Checking for language PL/pgSQL', |
| 456 | + 'config-install-pg-plpgsql' => 'Checking for language PL/pgSQL', |
457 | 457 | 'config-pg-no-plpgsql' => 'You need to install the language PL/pgSQL in the database $1', |
458 | 458 | 'config-install-pg-ts2' => 'Checking for tsearch2', |
459 | 459 | 'config-install-pg-ts2-failed' => "'''FAILED''' tsearch2 must be installed in the database $1. |