From ee71cf5e8000ff4259771f9d133dcf92478d79b4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 14 Nov 2010 00:25:44 +0000 Subject: - Patch #971010 by Dave Reid: the [vocabulary:term-count] token has the wrong name 'Node count'. --- modules/taxonomy/taxonomy.tokens.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') 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."), ); -- cgit v1.2.3