summaryrefslogtreecommitdiff
path: root/modules/statistics
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-02-27 12:29:22 +0000
committerDries Buytaert <dries@buytaert.net>2007-02-27 12:29:22 +0000
commit79872ff139f9aaf597642bb8a7877df7bf4b2842 (patch)
tree058acdd4a7c6d3a1e079615ebec89d5bfebbe557 /modules/statistics
parentdeac3a0e9aa8be150c909f5e3a52077168541bb4 (diff)
downloadbrdo-79872ff139f9aaf597642bb8a7877df7bf4b2842.tar.gz
brdo-79872ff139f9aaf597642bb8a7877df7bf4b2842.tar.bz2
- Patch #98359 by Robroy and webchick: string clean-up: web site -> 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 4ccbb2006..9bfaf9056 100644
--- a/modules/statistics/statistics.module
+++ b/modules/statistics/statistics.module
@@ -38,7 +38,7 @@ function statistics_help($section) {
case 'admin/logs/hits':
return '<p>'. t('This page shows you the most recent hits.') .'</p>';
case 'admin/logs/referrers':
- return '<p>'. t('This page shows you all external referrers. These are links pointing to your web site from outside your web site.') .'</p>';
+ return '<p>'. t('This page shows you all external referrers. These are links pointing to your website from outside your website.') .'</p>';
case 'admin/logs/visitors':
return '<p>'. t("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>';
}