aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/install.php')
-rwxr-xr-xphpBB/language/en/install.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 48118e244f..e49e126904 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -32,6 +32,7 @@ $lang = array_merge($lang, array(
'ADMIN_CONFIG' => 'Admin Configuration',
'ADMIN_PASSWORD' => 'Administrator password',
'ADMIN_PASSWORD_CONFIRM' => 'Confirm administrator password',
+ 'ADMIN_TEST' => 'Check administrator settings',
'ADMIN_USERNAME' => 'Administrator username',
'APP_MAGICK' => 'Imagemagick support [ Attachments ]',
'AVAILABLE' => 'Available',
@@ -64,7 +65,7 @@ $lang = array_merge($lang, array(
'DLL_MSSQL' => 'MSSQL Server 2000',
'DLL_MSSQL_ODBC' => 'MSSQL Server 2000 via ODBC',
'DLL_MYSQL' => 'MySQL 3.23.x/4.x',
- 'DLL_MYSQL4' => 'MySQL 4.1+',
+ 'DLL_MYSQL4' => 'MySQL 4.0+',
'DLL_MYSQLI' => 'MySQL 4.1+ with MySQLi Extension',
'DLL_ORACLE' => 'Oracle',
'DLL_POSTGRES' => 'PostgreSQL 7.x',