From e941b2060cf43c057d35d6584de297bd531d85f5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 27 Jan 2005 22:47:08 +0000 Subject: - Consistency: 'deleted' -> 'Deleted'. --- modules/taxonomy.module | 2 +- modules/taxonomy/taxonomy.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index c82465a36..0ac6aa828 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -326,7 +326,7 @@ function taxonomy_del_term($tid) { db_query('DELETE FROM {term_node} WHERE tid = %d', $tid); module_invoke_all('taxonomy', 'delete', 'term', $term); - drupal_set_message(t('deleted term "%name".', array('%name' => $term->name))); + drupal_set_message(t('Deleted term "%name".', array('%name' => $term->name))); } $tids = $orphans; diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index c82465a36..0ac6aa828 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -326,7 +326,7 @@ function taxonomy_del_term($tid) { db_query('DELETE FROM {term_node} WHERE tid = %d', $tid); module_invoke_all('taxonomy', 'delete', 'term', $term); - drupal_set_message(t('deleted term "%name".', array('%name' => $term->name))); + drupal_set_message(t('Deleted term "%name".', array('%name' => $term->name))); } $tids = $orphans; -- cgit v1.2.3