From 058971c33b8dca63fd33b188328fc3e3ec9fb372 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 3 Oct 2003 14:55:27 +0000 Subject: - Help improvements and translation improvements from Michael. Thanks! --- modules/queue.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/queue.module') diff --git a/modules/queue.module b/modules/queue.module index 50745ac16..ab8ba3b90 100644 --- a/modules/queue.module +++ b/modules/queue.module @@ -15,13 +15,13 @@ function queue_help($section) { switch ($section) { case 'admin/system/modules': - $output = "Enables content to be moderated by the community."; + $output = t("Enables content to be moderated by the community."); break; case 'admin/system/modules/queue': - $output = "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."; + $output = 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."); break; } - return t($output); + return $output; } function queue_settings() { -- cgit v1.2.3