summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.tokens.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-11-14 00:25:44 +0000
committerDries Buytaert <dries@buytaert.net>2010-11-14 00:25:44 +0000
commitee71cf5e8000ff4259771f9d133dcf92478d79b4 (patch)
tree4ebc8aa8e54704d04fde9b043077cedbaed46bbb /modules/taxonomy/taxonomy.tokens.inc
parentfc970fe6c5f15d450af9ee07658e230b5de0f6f3 (diff)
downloadbrdo-ee71cf5e8000ff4259771f9d133dcf92478d79b4.tar.gz
brdo-ee71cf5e8000ff4259771f9d133dcf92478d79b4.tar.bz2
- Patch #971010 by Dave Reid: the [vocabulary:term-count] token has the wrong name 'Node count'.
Diffstat (limited to 'modules/taxonomy/taxonomy.tokens.inc')
-rw-r--r--modules/taxonomy/taxonomy.tokens.inc2
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."),
);