diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/taxonomy.module | 2 | ||||
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
2 files changed, 2 insertions, 2 deletions
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; |