From 4072ea46521512da7ff9f57a21cbeb4c4f7c2cfa Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 17 Mar 2009 12:41:54 +0000 Subject: - Patch #394374 by cwgordon7, wretched sinner, et al: improved language of comment status. Usability improvement based on testing in Baltimore. --- modules/node/node.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.install') 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, -- cgit v1.2.3