From c32f544df903a83425e2968ff36a2792e188fa81 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 22 Apr 2003 06:39:13 +0000 Subject: - Fixed type: whos -> who's --- 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 4d18fc444..46a347fbf 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -299,7 +299,7 @@ function statistics_admin() { return status(t("saved 'who's online' block changes.")); case "whos online block": return statistics_config_online_block(array( - "statistics_block_online_title" => variable_get("statistics_block_online_title", "Whos online"), + "statistics_block_online_title" => variable_get("statistics_block_online_title", "Who's online"), "statistics_block_online_subtitle" => variable_get("statistics_block_online_subtitle", "Online users:"), "statistics_block_online_time" => variable_get("statistics_block_online_time", 2700), "statistics_block_online_max_len" => variable_get("statistics_block_online_max_len", 15), -- cgit v1.2.3