diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-04-01 15:55:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-04-01 15:55:02 +0000 |
commit | a3e9b35afc1716969bfc75ba31df169bbeb28cb5 (patch) | |
tree | 4f56fdcbd6eb975a9a2b9a3bffcb2fd424b76b44 /modules/queue.module | |
parent | 71c021c6f70b2a16ea210a554344645a638db636 (diff) | |
download | brdo-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/queue.module')
-rw-r--r-- | modules/queue.module | 2 |
1 files changed, 1 insertions, 1 deletions
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("<p>The queue provides a way for your users to vote on submitted content. This is called <strong>moderation</strong>. 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.</p>"); } |