summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-12-26 12:22:00 +0000
committerDries Buytaert <dries@buytaert.net>2002-12-26 12:22:00 +0000
commita4a8535a9e4e955603b3c651d2375a361b600c78 (patch)
tree7b6884e7317da536d8feb7f2d6bd334c3465e4e3 /modules/statistics/statistics.module
parent26e0b9b75c2cbb796449ae8acc9c130c66d5e740 (diff)
downloadbrdo-a4a8535a9e4e955603b3c651d2375a361b600c78.tar.gz
brdo-a4a8535a9e4e955603b3c651d2375a361b600c78.tar.bz2
- Some small cosmetic changes.
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r--modules/statistics/statistics.module6
1 files changed, 3 insertions, 3 deletions
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", ""),