summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-29 19:52:12 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-29 19:52:12 +0000
commitc1aac040471b282f09381c19a512fe7c41767615 (patch)
treee2b55921b2fae84ed74f2ac4c25b65181b251b2c /modules
parent0a8e9c5b20c09e896f7627a15b5cf817e9ed5f9e (diff)
downloadbrdo-c1aac040471b282f09381c19a512fe7c41767615.tar.gz
brdo-c1aac040471b282f09381c19a512fe7c41767615.tar.bz2
- Patch #914458 by David_Rothstein: better warning.
Diffstat (limited to 'modules')
-rw-r--r--modules/filter/filter.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filter/filter.admin.inc b/modules/filter/filter.admin.inc
index 9464f98d0..1f98751d0 100644
--- a/modules/filter/filter.admin.inc
+++ b/modules/filter/filter.admin.inc
@@ -325,7 +325,7 @@ function filter_admin_disable($form, &$form_state, $format) {
return confirm_form($form,
t('Are you sure you want to disable the text format %format?', array('%format' => $format->name)),
'admin/config/content/formats',
- t('This action cannot be undone.'),
+ t('Disabled text formats are completely removed from the administrative interface, and any content stored with that format will not be displayed. This action cannot be undone.'),
t('Disable')
);
}