summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-02-25 19:52:32 +0000
committerDries Buytaert <dries@buytaert.net>2003-02-25 19:52:32 +0000
commit91dfef65afb8662d9313265f690f24e5a42642b8 (patch)
tree37f80f8f38b981cf417a77d9014f8669db260240 /modules/comment/comment.module
parentcff898ffdbcbc5f85c10902a40dbbfb9af8ebd70 (diff)
downloadbrdo-91dfef65afb8662d9313265f690f24e5a42642b8.tar.gz
brdo-91dfef65afb8662d9313265f690f24e5a42642b8.tar.bz2
- Fixed some typos spotted by Al Maw.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 593c6ff78..7340ffbb2 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -664,7 +664,7 @@ function comment_link($type, $node = 0, $main = 0) {
menu("admin/comment", "comment management", "comment_admin", $help["general"], 2);
menu("admin/comment/0", "new or updated comments", "comment_admin");
menu("admin/comment/1", "comments that await approval", "comment_admin");
- menu("admin/comment/search", "search comment", "comment_admin", NULL, 8);
+ menu("admin/comment/search", "search comments", "comment_admin", NULL, 8);
menu("admin/comment/help", "help", "comment_help", NULL, 9);
menu("admin/comment/edit", "edit comment", "comment_admin", NULL, 0, 1);