diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-12-26 12:22:00 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-12-26 12:22:00 +0000 |
commit | a4a8535a9e4e955603b3c651d2375a361b600c78 (patch) | |
tree | 7b6884e7317da536d8feb7f2d6bd334c3465e4e3 /modules/statistics.module | |
parent | 26e0b9b75c2cbb796449ae8acc9c130c66d5e740 (diff) | |
download | brdo-a4a8535a9e4e955603b3c651d2375a361b600c78.tar.gz brdo-a4a8535a9e4e955603b3c651d2375a361b600c78.tar.bz2 |
- Some small cosmetic changes.
Diffstat (limited to 'modules/statistics.module')
-rw-r--r-- | modules/statistics.module | 6 |
1 files changed, 3 insertions, 3 deletions
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", ""), |