summaryrefslogtreecommitdiff
path: root/modules/statistics
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-19 23:51:02 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-19 23:51:02 +0000
commitb0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9 (patch)
treefb16b2a5e97b652461a0a00e6c969ceafc21352c /modules/statistics
parent73bcacf2cf56ba80a062730f7507773d4a9bbdd0 (diff)
downloadbrdo-b0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9.tar.gz
brdo-b0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9.tar.bz2
#98359 by webchick. Change 'web site' to more common usage, 'website.'
Diffstat (limited to 'modules/statistics')
-rw-r--r--modules/statistics/statistics.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module
index b1c1f9635..bdf88b40c 100644
--- a/modules/statistics/statistics.module
+++ b/modules/statistics/statistics.module
@@ -46,7 +46,7 @@ function statistics_help($section) {
case 'admin/logs/hits':
return t('<p>This page shows you the most recent hits.</p>');
case 'admin/logs/referrers':
- return t('<p>This page shows you all external referrers. These are links pointing to your web site from outside your web site.</p>');
+ return t('<p>This page shows you all external referrers. These are links pointing to your website from outside your website.</p>');
case 'admin/logs/visitors':
return t("<p>When you ban a visitor, you prevent the visitor's IP address from accessing your site. Unlike blocking a user, banning a visitor works even for anonymous users. The most common use for this is to block bots/web crawlers that are consuming too many resources.</p>");
}