diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-07-23 19:46:21 -0500 |
---|---|---|
committer | Unknown Bliss <m@michaelcullum.com> | 2012-09-01 15:05:34 +0100 |
commit | 89f4cf6a8c10f9b0875cf7f278016aff67eb38fc (patch) | |
tree | e54d06e9d8b4b43589c2710538e14b13f529ff54 /phpBB/language | |
parent | 106c105113886f9a9e603dbb11549c06049b255f (diff) | |
download | forums-89f4cf6a8c10f9b0875cf7f278016aff67eb38fc.tar forums-89f4cf6a8c10f9b0875cf7f278016aff67eb38fc.tar.gz forums-89f4cf6a8c10f9b0875cf7f278016aff67eb38fc.tar.bz2 forums-89f4cf6a8c10f9b0875cf7f278016aff67eb38fc.tar.xz forums-89f4cf6a8c10f9b0875cf7f278016aff67eb38fc.zip |
[ticket/10631] Use exceptions for errors. Build action list dynamically.
PHPBB3-10631
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/extensions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index 903ec249a8..0adaff10c8 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -39,7 +39,7 @@ $lang = array_merge($lang, array( 'EXTENSIONS' => 'Extensions', 'EXTENSIONS_ADMIN' => 'Extensions Manager', 'EXTENSIONS_EXPLAIN' => 'The Extensions Manager is a tool in your phpBB Board which allows you to manage all of your extensions statuses and view information about them.', - 'EXTENSION_INVALID' => 'The selected extension is not valid.', + 'EXTENSION_INVALID_LIST' => 'The "%s" extension is not valid.<br /><p>%s</p>', '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).', 'DETAILS' => 'Details', |