diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2018-01-29 18:53:52 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2018-01-29 18:53:52 +0100 |
| commit | ef7a5a02809343b3308ddc37da2f8a17854701eb (patch) | |
| tree | c232e98c4ab62880948c2e1f91e91037e4eb3360 | |
| parent | 4c7af15d0a4b8e8b5d11707d4d372f49800c624d (diff) | |
| parent | 1d97f4491e5e17aa99ca1531ad581668ee617d34 (diff) | |
| download | forums-ef7a5a02809343b3308ddc37da2f8a17854701eb.tar forums-ef7a5a02809343b3308ddc37da2f8a17854701eb.tar.gz forums-ef7a5a02809343b3308ddc37da2f8a17854701eb.tar.bz2 forums-ef7a5a02809343b3308ddc37da2f8a17854701eb.tar.xz forums-ef7a5a02809343b3308ddc37da2f8a17854701eb.zip | |
Merge pull request #5113 from Crizz0/ticket/14936
[ticket/14936] Add missing error message INST_ERR_DB to language files
| -rw-r--r-- | phpBB/language/en/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index aa980a136b..af18339136 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -193,6 +193,7 @@ $lang = array_merge($lang, array( 'DB_OPTION_SQLITE3' => 'SQLite 3', // Errors + 'INST_ERR_DB' => 'Database installation error', 'INST_ERR_NO_DB' => 'Cannot load the PHP module for the selected database type.', 'INST_ERR_DB_INVALID_PREFIX' => 'The prefix you entered is invalid. It must start with a letter and must only contain letters, numbers and underscores.', 'INST_ERR_PREFIX_TOO_LONG' => 'The table prefix you have specified is too long. The maximum length is %d characters.', |
