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/queue.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/queue.module') diff --git a/modules/queue.module b/modules/queue.module index 0aef36ebb..ea43220d8 100644 --- a/modules/queue.module +++ b/modules/queue.module @@ -12,7 +12,7 @@ function queue_help($section) { switch ($section) { case 'admin/modules#description': - return t("Enables content to be moderated by the community."); + return t('Allows content to be moderated by the community.'); case 'admin/settings/queue': return t("

The queue provides a way for your users to vote on submitted content. This is called moderation. Users can moderate a post up (give it a point), or down (subtract a point). The settings below give you control over how many points are required for the status of a post to be automatically changed. See individual items for details.

"); } -- cgit v1.2.3