summaryrefslogtreecommitdiff
path: root/modules/forum/forum.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r--modules/forum/forum.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index eb5979472..38268a2ec 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -132,7 +132,7 @@ function _forum_confirm_delete($tid) {
$extra = form_hidden('tid', $tid);
$output = theme('confirm',
- t('Are you sure you want to delete the forum %name?', array('%name' => theme('placeholder', $term->name)),
+ t('Are you sure you want to delete the forum %name?', array('%name' => theme('placeholder', $term->name))),
'admin/forums',
t('Deleting a forum or container will delete all sub-forums as well. This action cannot be undone.'),
t('Delete'),