diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-03-20 14:32:21 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-03-20 14:32:21 +0000 |
commit | 994d9cf55d7554023bfa8c3358016c54f7cba4ed (patch) | |
tree | 1eaaf9252e3106bfd0ec3c664140192c5fe82da9 | |
parent | 495958424334a02a7419fcbb5c8ff14db928ff85 (diff) | |
download | brdo-994d9cf55d7554023bfa8c3358016c54f7cba4ed.tar.gz brdo-994d9cf55d7554023bfa8c3358016c54f7cba4ed.tar.bz2 |
- Partial patch #6375 by jik: it's -> its
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module index 7759e358a..b7676eaaf 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -85,7 +85,7 @@ function comment_help($section = "admin/help#comment") { $output = t("Below is a list of the latest comments posted your site. Click on a subject to see the comment, the author's name to edit the author's user information , \"edit comment\" to edit the comment, and \"delete comment\" to remove the comment."); break; case 'admin/comment/comments/1': - $output = t("Below is a list of the comments posted to your site that need approval. To approve a comment click on <strong>\"edit comment\"</strong> and then change it's <strong>moderation status</strong> to Approved.<br />Click on a subject to see the comment, the author's name to edit the author's user information, \"edit comment\" to edit the comment, and \"delete comment\" to remove the comment."); + $output = t("Below is a list of the comments posted to your site that need approval. To approve a comment click on <strong>\"edit comment\"</strong> and then change its <strong>moderation status</strong> to Approved.<br />Click on a subject to see the comment, the author's name to edit the author's user information, \"edit comment\" to edit the comment, and \"delete comment\" to remove the comment."); break; case 'admin/comment/moderation': $output = t("If you have a get a lot of comments, you can enable comment moderation. Once moderation is enabled users can vote on a comment based on dropdown menus. <a href=\"%votes\">Votes</a> sets up the names in the dropdown menu, and the order in which they appear, using weights. <a href=\"%matrix\">Matrix</a> sets up the value of each user's vote, and <a href=\"%threshhold\">threshhold</a> sets up the levels at which a comment will be displayed.", array("%votes" => url("admin/comment/moderation/votes"), "%matrix" => url("admin/comment/moderation/matrix"), "%threshhold" => url("admin/comment/moderation/filters"))); diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 7759e358a..b7676eaaf 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -85,7 +85,7 @@ function comment_help($section = "admin/help#comment") { $output = t("Below is a list of the latest comments posted your site. Click on a subject to see the comment, the author's name to edit the author's user information , \"edit comment\" to edit the comment, and \"delete comment\" to remove the comment."); break; case 'admin/comment/comments/1': - $output = t("Below is a list of the comments posted to your site that need approval. To approve a comment click on <strong>\"edit comment\"</strong> and then change it's <strong>moderation status</strong> to Approved.<br />Click on a subject to see the comment, the author's name to edit the author's user information, \"edit comment\" to edit the comment, and \"delete comment\" to remove the comment."); + $output = t("Below is a list of the comments posted to your site that need approval. To approve a comment click on <strong>\"edit comment\"</strong> and then change its <strong>moderation status</strong> to Approved.<br />Click on a subject to see the comment, the author's name to edit the author's user information, \"edit comment\" to edit the comment, and \"delete comment\" to remove the comment."); break; case 'admin/comment/moderation': $output = t("If you have a get a lot of comments, you can enable comment moderation. Once moderation is enabled users can vote on a comment based on dropdown menus. <a href=\"%votes\">Votes</a> sets up the names in the dropdown menu, and the order in which they appear, using weights. <a href=\"%matrix\">Matrix</a> sets up the value of each user's vote, and <a href=\"%threshhold\">threshhold</a> sets up the levels at which a comment will be displayed.", array("%votes" => url("admin/comment/moderation/votes"), "%matrix" => url("admin/comment/moderation/matrix"), "%threshhold" => url("admin/comment/moderation/filters"))); |