diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-10-24 21:32:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-10-24 21:32:51 +0000 |
commit | a7e20bcd939de9e1886c8cdd57a471ca13f72b16 (patch) | |
tree | c74faab1a5e9eebcf717de3ba459521905231f87 /modules/comment/comment.module | |
parent | 14d3b45d02ee82c0cffa84969d36d109e5edbcf5 (diff) | |
download | brdo-a7e20bcd939de9e1886c8cdd57a471ca13f72b16.tar.gz brdo-a7e20bcd939de9e1886c8cdd57a471ca13f72b16.tar.bz2 |
- Fixed typo in comment module documentation. Patch by Mark Coady.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 646f290b0..d5513965a 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -79,7 +79,7 @@ function comment_help($section = "admin/help#comment") { $output = t("Comments let users give feedback to content authors. Here you may review/approve/deny recent comments, and configure moderation if desired."); break; case 'admin/comment/comments': - $output = t("Click on %nup to see your latest comments, or %queue\ to approve new comments.", array("%nup" => l(t("new or updated comments"), "admin/comment/0"), "%queue" => l(t("comment approval queue"), "admin/comment/1"))); + $output = t("Click on %nup to see your latest comments, or %queue to approve new comments.", array("%nup" => l(t("new or updated comments"), "admin/comment/0"), "%queue" => l(t("comment approval queue"), "admin/comment/1"))); break; case 'admin/comment/comments/0': $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."); |