aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-11-23 18:39:48 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2011-11-23 18:39:48 -0500
commit4b8f00f64901d8b630cb82ad9ae6294e2c56371c (patch)
tree8720c510a61447d486dc962286532bc3047f7a1f /phpBB/language/en/install.php
parent4378c0f85b80dbee3936dc0595f6d87b08cd89aa (diff)
parentcd60073a525b3d38c3266a5dfc111ed0e3246b3a (diff)
downloadforums-4b8f00f64901d8b630cb82ad9ae6294e2c56371c.tar
forums-4b8f00f64901d8b630cb82ad9ae6294e2c56371c.tar.gz
forums-4b8f00f64901d8b630cb82ad9ae6294e2c56371c.tar.bz2
forums-4b8f00f64901d8b630cb82ad9ae6294e2c56371c.tar.xz
forums-4b8f00f64901d8b630cb82ad9ae6294e2c56371c.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10479] Remove PostgreSQL version numbers from driver's language string
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r--phpBB/language/en/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 98b973cfc7..c85fd49204 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -151,7 +151,7 @@ $lang = array_merge($lang, array(
'DLL_MYSQL' => 'MySQL',
'DLL_MYSQLI' => 'MySQL with MySQLi Extension',
'DLL_ORACLE' => 'Oracle',
- 'DLL_POSTGRES' => 'PostgreSQL 7.x/8.x',
+ 'DLL_POSTGRES' => 'PostgreSQL',
'DLL_SQLITE' => 'SQLite',
'DLL_XML' => 'XML support [ Jabber ]',
'DLL_ZLIB' => 'zlib compression support [ gz, .tar.gz, .zip ]',