summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module2
1 files changed, 1 insertions, 1 deletions
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];
}