diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-03 20:48:01 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-03 20:48:01 +0100 |
commit | c7f6cccdf13d6e461f212aa1fe3134a2613a4de2 (patch) | |
tree | 55de142c01b6432b8c6991681cf56508ddad302d /phpBB/language/en/acp/extensions.php | |
parent | b155056cb9f72295eaae877a2335094e4cf747d8 (diff) | |
download | forums-c7f6cccdf13d6e461f212aa1fe3134a2613a4de2.tar forums-c7f6cccdf13d6e461f212aa1fe3134a2613a4de2.tar.gz forums-c7f6cccdf13d6e461f212aa1fe3134a2613a4de2.tar.bz2 forums-c7f6cccdf13d6e461f212aa1fe3134a2613a4de2.tar.xz forums-c7f6cccdf13d6e461f212aa1fe3134a2613a4de2.zip |
[ticket/11996] Remove note until we really do disable the board
PHPBB3-11996
Diffstat (limited to 'phpBB/language/en/acp/extensions.php')
-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 c024c92e61..409b800ba6 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -72,7 +72,7 @@ $lang = array_merge($lang, array( <li>Disable the extension</li> <li>Delete the extension’s files from the filesystem</li> <li>Upload the new files</li> - <li>Enable the extension, note that the board will be automatically disabled for this step</li> + <li>Enable the extension</li> </ol>', 'EXTENSION_REMOVE_HEADLINE' => 'Completly removing an extension from your board', 'EXTENSION_REMOVE_EXPLAIN' => '<ol> |