diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-11-01 15:56:59 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-11-08 01:19:55 +0100 |
commit | 7bc6f3210005d8623ba363b9a19903c5bd3a402a (patch) | |
tree | aa02c4f8182cb517f6e01e708a4b084ad3a80222 /phpBB/language/en/acp/extensions.php | |
parent | 8d5fcc8d4ca85c2752771ba7c808ed4e19c3c773 (diff) | |
download | forums-7bc6f3210005d8623ba363b9a19903c5bd3a402a.tar forums-7bc6f3210005d8623ba363b9a19903c5bd3a402a.tar.gz forums-7bc6f3210005d8623ba363b9a19903c5bd3a402a.tar.bz2 forums-7bc6f3210005d8623ba363b9a19903c5bd3a402a.tar.xz forums-7bc6f3210005d8623ba363b9a19903c5bd3a402a.zip |
[ticket/11994] More language fixes
PHPBB3-11994
Diffstat (limited to 'phpBB/language/en/acp/extensions.php')
-rw-r--r-- | phpBB/language/en/acp/extensions.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index d97100da70..75bb0e3cfa 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -55,12 +55,12 @@ $lang = array_merge($lang, array( 'EXTENSION_DISABLE_EXPLAIN' => 'Disabling an extension retains its files, data and settings but removes any functionality added by the extension.', 'EXTENSION_ENABLE_EXPLAIN' => 'Enabling an extension allows you to use it on your board.', 'EXTENSION_INSTALL_EXPLAIN' => 'Installing an extension will perform database changes that are required to use the extension on your board.', - 'EXTENSION_UNINSTALL_EXPLAIN' => 'Uninstalling an extension removes all data and settings of the extensions. Only the extension files are retained, so you can install it again.', + 'EXTENSION_UNINSTALL_EXPLAIN' => 'Uninstalling an extension removes all data and settings of the extensions. The extension files are retained so it can be installed again.', - 'EXTENSION_DISABLE_IN_PROGRESS' => 'The extension is currently being disabled, please do not leave this page or refresh until it is completed.', - 'EXTENSION_ENABLE_IN_PROGRESS' => 'The extension is currently being enabled, please do not leave this page or refresh until it is completed.', - 'EXTENSION_INSTALL_IN_PROGRESS' => 'The extension is currently being installed, please do not leave this page or refresh until it is completed.', - 'EXTENSION_UNINSTALL_IN_PROGRESS' => 'The extension is currently being purged, please do not leave this page or refresh until it is completed.', + 'EXTENSION_DISABLE_IN_PROGRESS' => 'The extension is currently being disabled, please do not leave or refresh this page until it is completed.', + 'EXTENSION_ENABLE_IN_PROGRESS' => 'The extension is currently being enabled, please do not leave or refresh this page until it is completed.', + 'EXTENSION_INSTALL_IN_PROGRESS' => 'The extension is currently being installed, please do not leave or refresh this page until it is completed.', + 'EXTENSION_UNINSTALL_IN_PROGRESS' => 'The extension is currently being purged, please do not leave or refresh this page until it is completed.', 'EXTENSION_DISABLE_SUCCESS' => 'The extension was disabled successfully', 'EXTENSION_ENABLE_SUCCESS' => 'The extension was enabled successfully', |