From 5d36c704496fee766912269edd9daf6979d52f56 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 8 Jun 2002 16:17:29 +0000 Subject: - improved module descriptions. - removed admin options for queue and comment module if the modules are not loaded. - nodes are now auto promoted when queue module isn't enabled. - moderation result block is now visible by the node author. --- 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 c4e1d48d0..da8be898d 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -15,7 +15,7 @@ function statistics_help() { } function statistics_system($field){ - $system["description"] = t("Gathers and displays site metrics."); + $system["description"] = t("Gathers and displays referers."); return $system[$field]; } -- cgit v1.2.3