Index: modules/node/node.install =================================================================== RCS file: /cvs/drupal/drupal/modules/node/node.install,v retrieving revision 1.4.2.1 diff -u -p -r1.4.2.1 node.install --- modules/node/node.install 15 Apr 2008 08:39:40 -0000 1.4.2.1 +++ modules/node/node.install 19 Nov 2008 13:34:57 -0000 @@ -258,7 +258,7 @@ function node_schema() { 'not null' => TRUE, 'default' => ''), 'module' => array( - 'description' => t('The module that implements this type.'), + 'description' => t('The base string used to construct callbacks corresponding to this node type.'), 'type' => 'varchar', 'length' => 255, 'not null' => TRUE),