diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
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.'); } } |