diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-12-04 10:37:17 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-12-04 17:06:35 +0100 |
commit | 6c35ca80edd76906638326468b15aa9f355b477b (patch) | |
tree | 96d4b528cba9d099377093a2a40682def938428d /phpBB/language/en/acp/extensions.php | |
parent | 57915a8aaa842064d42fee419c9e0eaf7288140a (diff) | |
download | forums-6c35ca80edd76906638326468b15aa9f355b477b.tar forums-6c35ca80edd76906638326468b15aa9f355b477b.tar.gz forums-6c35ca80edd76906638326468b15aa9f355b477b.tar.bz2 forums-6c35ca80edd76906638326468b15aa9f355b477b.tar.xz forums-6c35ca80edd76906638326468b15aa9f355b477b.zip |
[ticket/12610] Add a better error message when an extension is missing
PHPBB3-12610
Diffstat (limited to 'phpBB/language/en/acp/extensions.php')
-rw-r--r-- | phpBB/language/en/acp/extensions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index e5d6789764..8d6f8ece84 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -43,6 +43,7 @@ $lang = array_merge($lang, array( 'EXTENSION_NOT_AVAILABLE' => 'The selected extension is not available for this board, please verify your phpBB and PHP versions are allowed (see the details page).', 'EXTENSION_DIR_INVALID' => 'The selected extension has an invalid directory structure and cannot be enabled.', 'EXTENSION_NOT_ENABLEABLE' => 'The selected extension cannot be enabled, please verify the extension’s requirements.', + 'EXTENSION_NOT_INSTALLED' => 'The extension %s is not available. PLease check that you have installed it correctly.', 'DETAILS' => 'Details', |