diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-21 20:03:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-21 20:03:11 +0000 |
commit | e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 (patch) | |
tree | 8525d9a86d13a2a270503cb30ec2710fbf9e3745 /modules/statistics | |
parent | 78494a47acc6c91c7593a8c57dee53d5e5902eb3 (diff) | |
download | brdo-e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55.tar.gz brdo-e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55.tar.bz2 |
- Patch #98359 by webchick and webernet: standardize on terminology: 'website' and 'web page'.
Diffstat (limited to 'modules/statistics')
-rw-r--r-- | modules/statistics/statistics.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index bdf88b40c..b1c1f9635 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 website from outside your website.</p>'); + return t('<p>This page shows you all external referrers. These are links pointing to your web site from outside your web site.</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>"); } |