From e10f1b99fee00102928e66b97b674ee4d712afc3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= <gabor@hojtsy.hu>
Date: Wed, 10 Dec 2008 21:24:43 +0000
Subject: [PATCH] #206138 by pwolanin et al: little documentation fix for node
 base module name handling

---
 modules/node/node.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/node/node.install b/modules/node/node.install
index 99f4e2ec2086..76c0f15191aa 100644
--- a/modules/node/node.install
+++ b/modules/node/node.install
@@ -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),
-- 
GitLab