summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-03-03 21:07:37 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-03-03 21:07:37 +0000
commitd16e18f9bbdcff52355b62dc405fb781c4403af4 (patch)
tree9b54ff9b1526c01ea4953b9cef633c0b8a2bf0c4 /modules/taxonomy
parent198ec98f756673da8c899bb0236a91808ed010ec (diff)
downloadbrdo-d16e18f9bbdcff52355b62dc405fb781c4403af4.tar.gz
brdo-d16e18f9bbdcff52355b62dc405fb781c4403af4.tar.bz2
- Incorrectly filled in %name
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index a3f3c7983..9c2771d50 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -331,7 +331,7 @@ function _taxonomy_confirm_del_term($tid) {
$extra .= form_hidden('tid', $tid);
$output = theme('confirm',
- t('Are you sure you want to delete the term %name?', array('%title' => '<em>'. $vocabulary->name .'</em>')),
+ t('Are you sure you want to delete the term %title?', array('%title' => '<em>'. $term->name .'</em>')),
'admin/taxonomy',
t('Deleting a term will delete all its children if there are any. This action cannot be undone.'),
t('Delete'),