diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-05-06 06:41:59 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-05-06 06:41:59 +0000 |
commit | 85bf4a010b71e9d27e1ecde5c6953b7379401bef (patch) | |
tree | f73e3f2b28c3a96041004f81ee391f9c276b4d7c /modules/forum | |
parent | ec4c655f5a7f1fe2ca17599fdf6bcd006a6163d6 (diff) | |
download | brdo-85bf4a010b71e9d27e1ecde5c6953b7379401bef.tar.gz brdo-85bf4a010b71e9d27e1ecde5c6953b7379401bef.tar.bz2 |
- Oopsie
Diffstat (limited to 'modules/forum')
-rw-r--r-- | modules/forum/forum.module | 2 |
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'), |