Fixed typo in install.json in pgsql "no php extension" error string
authorNeal Gompa <neal@enanocms.org>
Thu, 01 Apr 2010 19:57:23 -0500
changeset 1233 202b25e2d0e6
parent 1232 83fd4ed90cc6
child 1234 903bb153c265
child 1236 f76cf260e9fa
Fixed typo in install.json in pgsql "no php extension" error string
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: '<b>You\'re using the Enano virtual appliance.</b><br />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',