summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/statistics.module2
-rw-r--r--modules/statistics/statistics.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/statistics.module b/modules/statistics.module
index 4d18fc444..46a347fbf 100644
--- a/modules/statistics.module
+++ b/modules/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),
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),