diff options
-rw-r--r-- | modules/taxonomy/taxonomy.tokens.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.tokens.inc b/modules/taxonomy/taxonomy.tokens.inc index 8183fd79b..225d3e5a2 100644 --- a/modules/taxonomy/taxonomy.tokens.inc +++ b/modules/taxonomy/taxonomy.tokens.inc @@ -61,7 +61,7 @@ function taxonomy_token_info() { 'description' => t("The number of nodes tagged with terms belonging to the taxonomy vocabulary."), ); $vocabulary['term-count'] = array( - 'name' => t("Node count"), + 'name' => t("Term count"), 'description' => t("The number of terms belonging to the taxonomy vocabulary."), ); |