From 52e5064d3241784ed110a9f268b9b39eb24dac1b Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 14 Jan 2010 05:53:55 +0000 Subject: #678012 by heyrocker and jhodgdon: Tokens should not use the word 'node' in human-readable descriptions. --- modules/node/node.tokens.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.tokens.inc b/modules/node/node.tokens.inc index 72443a308..b0d682841 100644 --- a/modules/node/node.tokens.inc +++ b/modules/node/node.tokens.inc @@ -14,14 +14,14 @@ function node_token_info() { $type = array( 'name' => t('Nodes'), - 'description' => t('Tokens related to individual nodes.'), + 'description' => t('Tokens related to individual content items, or "nodes".'), 'needs-data' => 'node', ); // Core tokens for nodes. $node['nid'] = array( - 'name' => t("Node ID"), - 'description' => t("The unique ID of the node."), + 'name' => t("Content ID"), + 'description' => t('The unique ID of the content item, or "node".'), ); $node['vid'] = array( 'name' => t("Revision ID"), -- cgit v1.2.3