From 91dfef65afb8662d9313265f690f24e5a42642b8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Feb 2003 19:52:32 +0000 Subject: - Fixed some typos spotted by Al Maw. --- modules/statistics/statistics.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/statistics/statistics.module') 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"]); -- cgit v1.2.3