diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-02-25 19:52:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-02-25 19:52:32 +0000 |
commit | 91dfef65afb8662d9313265f690f24e5a42642b8 (patch) | |
tree | 37f80f8f38b981cf417a77d9014f8669db260240 /modules/comment.module | |
parent | cff898ffdbcbc5f85c10902a40dbbfb9af8ebd70 (diff) | |
download | brdo-91dfef65afb8662d9313265f690f24e5a42642b8.tar.gz brdo-91dfef65afb8662d9313265f690f24e5a42642b8.tar.bz2 |
- Fixed some typos spotted by Al Maw.
Diffstat (limited to 'modules/comment.module')
-rw-r--r-- | modules/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment.module b/modules/comment.module index 593c6ff78..7340ffbb2 100644 --- a/modules/comment.module +++ b/modules/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); |