From d16e18f9bbdcff52355b62dc405fb781c4403af4 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 3 Mar 2005 21:07:37 +0000 Subject: - Incorrectly filled in %name --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') 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' => ''. $vocabulary->name .'')), + t('Are you sure you want to delete the term %title?', array('%title' => ''. $term->name .'')), 'admin/taxonomy', t('Deleting a term will delete all its children if there are any. This action cannot be undone.'), t('Delete'), -- cgit v1.2.3