diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-07-27 08:07:04 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-07-27 08:07:04 +0000 |
commit | b6ee7cef865a1b5f7d589eee3391896eed895751 (patch) | |
tree | d822b3fa1a0099678aa78d34a557112d373897f1 /modules/statistics | |
parent | 589e9f237fbf27698e377e3be08599b3b322148c (diff) | |
download | brdo-b6ee7cef865a1b5f7d589eee3391896eed895751.tar.gz brdo-b6ee7cef865a1b5f7d589eee3391896eed895751.tar.bz2 |
#75594 by eafarris, remove of gender-specific pronouns
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 c7150d2d6..7d5a7fb60 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -50,7 +50,7 @@ function statistics_help($section) { 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>'); case 'admin/logs/visitors': - return t('<p>When you ban a visitor, you prevent his 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>'); + 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>"); } } |