From a3e9b35afc1716969bfc75ba31df169bbeb28cb5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 1 Apr 2005 15:55:02 +0000 Subject: - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. --- 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 876e89bff..4db850ca4 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -75,7 +75,7 @@ function comment_help($section = "admin/help#comment") { case 'admin/comment/configure/votes': return t('

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".

'); case 'admin/modules#description': - return t('Enables user to comment on published content.'); + return t('Allows users to comment on and discuss published content.'); } } -- cgit v1.2.3