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/statistics/statistics.module | |
parent | cff898ffdbcbc5f85c10902a40dbbfb9af8ebd70 (diff) | |
download | brdo-91dfef65afb8662d9313265f690f24e5a42642b8.tar.gz brdo-91dfef65afb8662d9313265f690f24e5a42642b8.tar.bz2 |
- Fixed some typos spotted by Al Maw.
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r-- | modules/statistics/statistics.module | 2 |
1 files changed, 1 insertions, 1 deletions
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"]); |