diff options
Diffstat (limited to 'modules/node/node.install')
-rw-r--r-- | modules/node/node.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.install b/modules/node/node.install index 23775827e..d0867f328 100644 --- a/modules/node/node.install +++ b/modules/node/node.install @@ -264,7 +264,7 @@ function node_schema() { 'default' => 0, ), 'format' => array( - 'description' => "The input format used by this version's body.", + 'description' => "The text format used by this version's body.", 'type' => 'int', 'not null' => TRUE, 'default' => 0, |