diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 | ||||
-rw-r--r-- | modules/node.module | 2 | ||||
-rw-r--r-- | modules/node/node.module | 2 | ||||
-rw-r--r-- | modules/statistics.module | 2 | ||||
-rw-r--r-- | modules/statistics/statistics.module | 2 | ||||
-rw-r--r-- | modules/user.module | 2 | ||||
-rw-r--r-- | modules/user/user.module | 2 |
8 files changed, 8 insertions, 8 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); 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); diff --git a/modules/node.module b/modules/node.module index 1d3af00c0..98329f1aa 100644 --- a/modules/node.module +++ b/modules/node.module @@ -472,7 +472,7 @@ function node_link($type, $node = 0, $main = 0) { menu("admin/node/nodes", "post overview"); menu("admin/node/nodes/0", "new or updated posts", "node_admin", NULL, 0); menu("admin/node/nodes/1", "approval queue", "node_admin", NULL, 1); - menu("admin/node/search", "search post", "node_admin", $help["search"], 8); + menu("admin/node/search", "search posts", "node_admin", $help["search"], 8); menu("admin/node/help", "help", "node_help", NULL, 9); menu("admin/node/edit", "edit node", "node_admin", NULL, 0, 1); } diff --git a/modules/node/node.module b/modules/node/node.module index 1d3af00c0..98329f1aa 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -472,7 +472,7 @@ function node_link($type, $node = 0, $main = 0) { menu("admin/node/nodes", "post overview"); menu("admin/node/nodes/0", "new or updated posts", "node_admin", NULL, 0); menu("admin/node/nodes/1", "approval queue", "node_admin", NULL, 1); - menu("admin/node/search", "search post", "node_admin", $help["search"], 8); + menu("admin/node/search", "search posts", "node_admin", $help["search"], 8); menu("admin/node/help", "help", "node_help", NULL, 9); menu("admin/node/edit", "edit node", "node_admin", NULL, 0, 1); } diff --git a/modules/statistics.module b/modules/statistics.module index fa842b81a..7cf370384 100644 --- a/modules/statistics.module +++ b/modules/statistics.module @@ -117,7 +117,7 @@ function statistics_link($type, $node = 0, $main = 0) { $help["who is online block"] = "This statistics module exports a block that can display how many user's and guests are currently online. You can configure the name of the block, the name of a sub-block for displaying names of user's currently online, how recently a user must have been active to be considered online, the maximum characters to display from a user's name and the maximum number of user names to display."; menu("admin/statistics", "site statistics", "statistics_admin", $help["statistics"], 6); - menu("admin/statistics/statistics", "post popular posts", "statistics_admin", $help["statistics"]); + menu("admin/statistics/statistics", "most popular posts", "statistics_admin", $help["statistics"]); menu("admin/statistics/referrers", "referrer log", "statistics_admin", $help["referrers"]); menu("admin/statistics/referrers/internal", "internal referrers only", "statistics_admin", $help["referrers"]); menu("admin/statistics/referrers/external", "external referrers only", "statistics_admin", $help["referrers"]); diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index fa842b81a..7cf370384 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -117,7 +117,7 @@ function statistics_link($type, $node = 0, $main = 0) { $help["who is online block"] = "This statistics module exports a block that can display how many user's and guests are currently online. You can configure the name of the block, the name of a sub-block for displaying names of user's currently online, how recently a user must have been active to be considered online, the maximum characters to display from a user's name and the maximum number of user names to display."; menu("admin/statistics", "site statistics", "statistics_admin", $help["statistics"], 6); - menu("admin/statistics/statistics", "post popular posts", "statistics_admin", $help["statistics"]); + menu("admin/statistics/statistics", "most popular posts", "statistics_admin", $help["statistics"]); menu("admin/statistics/referrers", "referrer log", "statistics_admin", $help["referrers"]); menu("admin/statistics/referrers/internal", "internal referrers only", "statistics_admin", $help["referrers"]); menu("admin/statistics/referrers/external", "external referrers only", "statistics_admin", $help["referrers"]); diff --git a/modules/user.module b/modules/user.module index aa9f8664d..e78d3079f 100644 --- a/modules/user.module +++ b/modules/user.module @@ -424,7 +424,7 @@ function user_link($type) { menu("admin/user/access/user", "username rules", "user_admin", $help["access"]); menu("admin/user/role", "user roles", "user_admin", $help["role"], 4); menu("admin/user/permission", "user permissions", "user_admin", $help["permission"], 5); - menu("admin/user/search", "search account", "user_admin", $help["search"], 8); + menu("admin/user/search", "search accounts", "user_admin", $help["search"], 8); menu("admin/user/help", "help", "user_help", NULL, 9); menu("admin/user/edit", "edit user account", "user_admin", NULL, 0, 1); // hidden menu menu("admin/user/account/0", "active users", "user_admin", $help["view"], 1); diff --git a/modules/user/user.module b/modules/user/user.module index aa9f8664d..e78d3079f 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -424,7 +424,7 @@ function user_link($type) { menu("admin/user/access/user", "username rules", "user_admin", $help["access"]); menu("admin/user/role", "user roles", "user_admin", $help["role"], 4); menu("admin/user/permission", "user permissions", "user_admin", $help["permission"], 5); - menu("admin/user/search", "search account", "user_admin", $help["search"], 8); + menu("admin/user/search", "search accounts", "user_admin", $help["search"], 8); menu("admin/user/help", "help", "user_help", NULL, 9); menu("admin/user/edit", "edit user account", "user_admin", NULL, 0, 1); // hidden menu menu("admin/user/account/0", "active users", "user_admin", $help["view"], 1); |