diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-03-17 12:41:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-03-17 12:41:54 +0000 |
commit | 4072ea46521512da7ff9f57a21cbeb4c4f7c2cfa (patch) | |
tree | 74688064bba20c91dd4dba27fd92ddff5cf812a3 /modules/node/node.install | |
parent | 917a37fb7e6f8ef522267d004a7ee365dd2cc23e (diff) | |
download | brdo-4072ea46521512da7ff9f57a21cbeb4c4f7c2cfa.tar.gz brdo-4072ea46521512da7ff9f57a21cbeb4c4f7c2cfa.tar.bz2 |
- Patch #394374 by cwgordon7, wretched sinner, et al: improved language of comment status. Usability improvement based on testing in Baltimore.
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 d0867f328..b1ab08d64 100644 --- a/modules/node/node.install +++ b/modules/node/node.install @@ -67,7 +67,7 @@ function node_schema() { 'default' => 0, ), 'comment' => array( - 'description' => 'Whether comments are allowed on this node: 0 = no, 1 = read only, 2 = read/write.', + 'description' => 'Whether comments are allowed on this node: 0 = no, 1 = closed (read only), 2 = open (read/write).', 'type' => 'int', 'not null' => TRUE, 'default' => 0, |