diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-23 22:20:41 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-23 22:20:41 +0000 |
commit | 9574766ad8f8810baf42a81ae105984254f0fc0a (patch) | |
tree | 12a5015957b5d6cdb3c4f24680a5bf23bab0e67c /modules/queue.module | |
parent | e19a3cf42d73942e37ca644f8ba5fa271b983e3d (diff) | |
download | brdo-9574766ad8f8810baf42a81ae105984254f0fc0a.tar.gz brdo-9574766ad8f8810baf42a81ae105984254f0fc0a.tar.bz2 |
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
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 934881e92..30c4612b2 100644 --- a/modules/queue.module +++ b/modules/queue.module @@ -14,7 +14,7 @@ function queue_help($section) { case 'admin/modules#description': return t("Enables 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 <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."); + 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>"); } } |