From 5d36c704496fee766912269edd9daf6979d52f56 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 8 Jun 2002 16:17:29 +0000 Subject: - improved module descriptions. - removed admin options for queue and comment module if the modules are not loaded. - nodes are now auto promoted when queue module isn't enabled. - moderation result block is now visible by the node author. --- modules/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index 22c7c8aaa..0adf660ec 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -14,7 +14,7 @@ function comment_help() { } function comment_system($field){ - $system["description"] = t("Enables user commenting."); + $system["description"] = t("Enables user to comment on content (nodes)."); return $system[$field]; } -- cgit v1.2.3