# HG changeset patch # User Neal Gompa # Date 1270169843 18000 # Node ID 202b25e2d0e6e710759911d65a97ddbb2f348854 # Parent 83fd4ed90cc674d654d79b8a4de8138e2b14a5e5 Fixed typo in install.json in pgsql "no php extension" error string diff -r 83fd4ed90cc6 -r 202b25e2d0e6 language/english/install.json --- a/language/english/install.json Tue Mar 30 11:43:17 2010 -0400 +++ b/language/english/install.json Thu Apr 01 19:57:23 2010 -0500 @@ -136,7 +136,7 @@ driver_intro: 'The next step is to choose the database driver that Enano will use. In most cases this is MySQL, but there are certain advantages to PostgreSQL, which is made available only experimentally.', driver_msg_virt_appliance: 'You\'re using the Enano virtual appliance.
Unless you configured the appliance manually, PostgreSQL support is not available. In 99% of cases you\'ll want to click MySQL below.', driver_err_no_mysql: 'You don\'t have the MySQL PHP extension installed.', - driver_err_no_pgsql: 'You don\'t have the PostgreSQL PHP extensnion installed.', + driver_err_no_pgsql: 'You don\'t have the PostgreSQL PHP extension installed.', driver_mysql: 'MySQL', driver_mysql_intro: 'Click this button to use MySQL as the database backend for your site. Most web hosts support MySQL, and if you have administrative access to your MySQL server, you can create a new database and user during this installation process if you haven\'t done so already.', driver_pgsql: 'PostgreSQL',