aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-12-29 22:56:30 +0100
committerAndreas Fischer <bantu@phpbb.com>2010-12-29 22:56:30 +0100
commit7442cd214ce2907ee67e79bf1e72ed0fc65f0cd5 (patch)
tree846d64084384a91d38b36bafe326a9e31446962b
parentc298c9d6d0021931d08a3a189711117730b25278 (diff)
parent4c076bfdc1890cfdd7cfdba606db77142ae86467 (diff)
downloadforums-7442cd214ce2907ee67e79bf1e72ed0fc65f0cd5.tar
forums-7442cd214ce2907ee67e79bf1e72ed0fc65f0cd5.tar.gz
forums-7442cd214ce2907ee67e79bf1e72ed0fc65f0cd5.tar.bz2
forums-7442cd214ce2907ee67e79bf1e72ed0fc65f0cd5.tar.xz
forums-7442cd214ce2907ee67e79bf1e72ed0fc65f0cd5.zip
Merge branch 'ticket/noxwizard/9905' into develop-olympus
* ticket/noxwizard/9905: [ticket/9905] Add SQLite to the DSN description
-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 91ecb10848..11c5d78359 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -128,7 +128,7 @@ $lang = array_merge($lang, array(
'DB_ERR_QUERY_FIRST_TABLE' => 'Error while executing <var>query_first</var>, %s (ā€œ%sā€).',
'DB_ERR_SELECT' => 'Error while running <code>SELECT</code> query.',
'DB_HOST' => 'Database server hostname or DSN',
- 'DB_HOST_EXPLAIN' => 'DSN stands for Data Source Name and is relevant only for ODBC installs. On PostgreSQL, use localhost to connect to the local server via UNIX domain socket and 127.0.0.1 to connect via TCP.',
+ 'DB_HOST_EXPLAIN' => 'DSN stands for Data Source Name and is relevant only for ODBC installs. On PostgreSQL, use localhost to connect to the local server via UNIX domain socket and 127.0.0.1 to connect via TCP. For SQLite, enter the full path to your database file.',
'DB_NAME' => 'Database name',
'DB_PASSWORD' => 'Database password',
'DB_PORT' => 'Database server port',