diff --git a/modules/taxonomy.module b/modules/taxonomy.module index c82465a3620036a39e15b7763f30dc479e19b8f3..0ac6aa82862e9097d0ec2fe023a2b440823b6941 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 c82465a3620036a39e15b7763f30dc479e19b8f3..0ac6aa82862e9097d0ec2fe023a2b440823b6941 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;