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	22 Sep 2008 00:03:27 -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 prefix used for calling the hooks corresponding to this node type.'),
         'type' => 'varchar',
         'length' => 255,
         'not null' => TRUE),
