From a4a8535a9e4e955603b3c651d2375a361b600c78 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 26 Dec 2002 12:22:00 +0000 Subject: - Some small cosmetic changes. --- modules/statistics.module | 6 +++--- modules/statistics/statistics.module | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'modules') diff --git a/modules/statistics.module b/modules/statistics.module index f6460a10a..0d0922e0f 100644 --- a/modules/statistics.module +++ b/modules/statistics.module @@ -273,7 +273,7 @@ function statistics_admin() { switch (stripslashes($op)) { case "Submit \"top nodes\" block changes": statistics_save_topnodes_block($edit); - print status(t("Saved top nodes block changes")); + print status(t("saved 'top nodes' block changes.")); case "top nodes block": print statistics_config_topnodes_block(array( "statistics_block_top_title" => variable_get("statistics_block_top_title", "Top nodes"), @@ -287,7 +287,7 @@ function statistics_admin() { break; case "Submit \"who's online\" block changes": statistics_save_online_block($edit); - print status(t("Saved who's online block changes")); + print status(t("saved 'who's online' block changes.")); case "whos online block": print statistics_config_online_block(array( "statistics_block_online_title" => variable_get("statistics_block_online_title", "Whos online"), @@ -299,7 +299,7 @@ function statistics_admin() { break; case "Submit \"top nodes\" page changes": statistics_save_userconfig($edit); - print status(t("Saved top nodes page changes")); + print status(t("saved 'top nodes' page changes.")); case "top nodes page": print statistics_admin_userpage_config(array( "statistics_userpage_link" => variable_get("statistics_userpage_link", ""), diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index f6460a10a..0d0922e0f 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -273,7 +273,7 @@ function statistics_admin() { switch (stripslashes($op)) { case "Submit \"top nodes\" block changes": statistics_save_topnodes_block($edit); - print status(t("Saved top nodes block changes")); + print status(t("saved 'top nodes' block changes.")); case "top nodes block": print statistics_config_topnodes_block(array( "statistics_block_top_title" => variable_get("statistics_block_top_title", "Top nodes"), @@ -287,7 +287,7 @@ function statistics_admin() { break; case "Submit \"who's online\" block changes": statistics_save_online_block($edit); - print status(t("Saved who's online block changes")); + print status(t("saved 'who's online' block changes.")); case "whos online block": print statistics_config_online_block(array( "statistics_block_online_title" => variable_get("statistics_block_online_title", "Whos online"), @@ -299,7 +299,7 @@ function statistics_admin() { break; case "Submit \"top nodes\" page changes": statistics_save_userconfig($edit); - print status(t("Saved top nodes page changes")); + print status(t("saved 'top nodes' page changes.")); case "top nodes page": print statistics_admin_userpage_config(array( "statistics_userpage_link" => variable_get("statistics_userpage_link", ""), -- cgit v1.2.3