summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-04-22 06:39:13 +0000
committerDries Buytaert <dries@buytaert.net>2003-04-22 06:39:13 +0000
commitc32f544df903a83425e2968ff36a2792e188fa81 (patch)
tree1740e99d01b240cc42cd5a92bbce3924cc5065db
parenta956de78b9681f55cfc81785306031aa6e3ac9c1 (diff)
downloadbrdo-c32f544df903a83425e2968ff36a2792e188fa81.tar.gz
brdo-c32f544df903a83425e2968ff36a2792e188fa81.tar.bz2
- Fixed type: whos -> who's
-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),