aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-07-23 16:04:29 -0500
committerUnknown Bliss <m@michaelcullum.com>2012-09-01 15:05:28 +0100
commit9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe (patch)
treeb161be8623a4b0d1666212e3efa5d378905a6395 /phpBB/language
parent8df9963fcc7e2962b6b4e1e32e809f2d8fe00835 (diff)
downloadforums-9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe.tar
forums-9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe.tar.gz
forums-9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe.tar.bz2
forums-9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe.tar.xz
forums-9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe.zip
[ticket/10631] Make the enable/disable/purge notices more visable.
PHPBB3-10631
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/extensions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php
index 547d14d2b9..a16e13d979 100644
--- a/phpBB/language/en/acp/extensions.php
+++ b/phpBB/language/en/acp/extensions.php
@@ -80,7 +80,7 @@ $lang = array_merge($lang, array(
'ENABLE_CONFIRM' => 'Are you sure that you wish to enable this extension?',
'DISABLE_CONFIRM' => 'Are you sure that you wish to disable this extension?',
- 'PURGE_CONFIRM' => 'Are you sure that you wish to purge this extension&#39;s data? This cannot be undone.',
+ 'PURGE_CONFIRM' => 'Are you sure that you wish to purge this extension&#39;s data? This will remove all settings stored for this extension and cannot be undone!',
'DELETE_CONFIRM' => 'Are you sure that you wish to data this extension&#39;s files and clear its data? This cannot be undone.',
'WARNING' => 'Warning',