From: Siebrand Mazeland Date: Mon, 18 Oct 2010 17:29:32 +0000 (+0000) Subject: Follow-up r74949: fix typo in UI message. X-Git-Tag: 1.31.0-rc.0~34444 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=af60fb12075f52415443704bd7924599450b40f9;p=lhc%2Fweb%2Fwiklou.git Follow-up r74949: fix typo in UI message. --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 1109bb90ce..65c484a3c0 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -240,7 +240,7 @@ If you do not see the database system you are trying to use listed below, then f 'config-support-mysql' => '* $1 is the primary target for MediaWiki and is best supported ([http://www.php.net/manual/en/mysql.installation.php how to compile PHP with MySQL support])', 'config-support-postgres' => '* $1 is a popular open source database system as an alternative to MySQL ([http://www.php.net/manual/en/pgsql.installation.php how to compile PHP with PostgreSQL support])', 'config-support-sqlite' => '* $1 is a lightweight database system which is very well supported. ([http://www.php.net/manual/en/pdo.installation.php How to compile PHP with SQLite support], uses PDO)', - 'config-support-oracle' => '* $1 is a comercial enterprise database. ([http://www.php.net/manual/en/oci8.installation.php How to compile PHP with OCI8 support])', + 'config-support-oracle' => '* $1 is a commercial enterprise database. ([http://www.php.net/manual/en/oci8.installation.php How to compile PHP with OCI8 support])', 'config-header-mysql' => 'MySQL settings', 'config-header-postgres' => 'PostgreSQL settings', 'config-header-sqlite' => 'SQLite settings',