diff options
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.install b/modules/node/node.install index 9779c2ef1..09677a5c4 100644 --- a/modules/node/node.install +++ b/modules/node/node.install @@ -20,7 +20,7 @@ function node_schema() { 'not null' => TRUE, 'default' => 0), 'type' => array( - 'description' => t('The {node_type} of this node.'), + 'description' => t('The {node_type}.type of this node.'), 'type' => 'varchar', 'length' => 32, 'not null' => TRUE, @@ -287,7 +287,7 @@ function node_schema() { 'not null' => TRUE, 'default' => ''), 'has_body' => array( - 'description' => t('Boolean indicating whether this type uses the {node}.body field.'), + 'description' => t('Boolean indicating whether this type uses the {node_revisions}.body field.'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, |