From efed4cfc709e5bf61b4a61dc757347fd4d592b16 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 20 Jun 2004 08:27:03 +0000 Subject: - Patch #8679 by asimmonds: fixed spelling mistakes. --- modules/comment.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index 4dc82d346..64f8721d6 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -80,11 +80,11 @@ function comment_help($section) { case 'admin/settings/comment': // TODO: THIS IS NEVER USED return t("If you get a lot of comments, you can enable comment moderation. Once moderation is enabled, users can vote on a comment based on dropdown menus. Votes sets up the names in the dropdown menu, and the order in which they appear, using weights. Matrix sets up the value of each user's vote, and threshhold sets up the levels at which a comment will be displayed.", array('%votes' => url('admin/settings/comment/votes'), '%matrix' => url('admin/settings/comment/matrix'), '%threshhold' => url('admin/settings/comment/thresholds'))); case 'admin/settings/comment/votes': - return t('Here is where you set up the name of each type of vote. "Weight" lets you set the order of the drop down menu. Click edit to edit a current vote weight.
Notes: '); + return t('Here is where you set up the name of each type of vote. "Weight" lets you set the order of the drop down menu. Click edit to edit a current vote weight.
Notes: '); case 'admin/settings/comment/matrix': return t("Here is where you assign a value to each item in the dropdown menu. This value is added to the vote total, which is then divided by the number of users who have voted and rounded off to the nearest integer.
Notes:"); case 'admin/settings/comment/thresholds': - return t("Optional Here you can setup the name and minimum \"cut off\" score to help your users hide comments that they don't want too see. These thresholds appear in the Comment Control Panel. Click \"edit\" to edit the values of an already exsisting threashold. To delete a threshold click on \"edit\"."); + return t("Optional Here you can setup the name and minimum \"cut off\" score to help your users hide comments that they don't want too see. These thresholds appear in the Comment Control Panel. Click \"edit\" to edit the values of an already existing threshold. To delete a threshold click on \"edit\"."); case 'admin/settings/comment/roles': return t("Here you can setup the initial vote value of a comment posted by each user role. This value is used before any other users vote on the comment.
Note: Blank entries are valued at zero"); case 'admin/comment/search': -- cgit v1.2.3