summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-04-01 15:55:02 +0000
committerDries Buytaert <dries@buytaert.net>2005-04-01 15:55:02 +0000
commita3e9b35afc1716969bfc75ba31df169bbeb28cb5 (patch)
tree4f56fdcbd6eb975a9a2b9a3bffcb2fd424b76b44 /modules/comment/comment.module
parent71c021c6f70b2a16ea210a554344645a638db636 (diff)
downloadbrdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.gz
brdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.bz2
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 876e89bff..4db850ca4 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -75,7 +75,7 @@ function comment_help($section = "admin/help#comment") {
case 'admin/comment/configure/votes':
return t('<p>Create and control the possible comment moderation votes here. "Weight" lets you set the order of the drop down menu. Click "edit" to edit a current vote weight. To delete a name/weight combination go to the "edit" area. To delete a setting, "edit" it first, and then choose "delete vote".</p>');
case 'admin/modules#description':
- return t('Enables user to comment on published content.');
+ return t('Allows users to comment on and discuss published content.');
}
}