summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/blog/blog.module2
-rw-r--r--modules/statistics/statistics.module2
-rw-r--r--modules/user/user.module2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index a2a0ccbff..05ac2b2cf 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -73,7 +73,7 @@ function blog_help($section) {
case 'admin/modules#description':
return t('Enables keeping an easily and regularly updated web page or a blog.');
case 'node/add#blog':
- return t("A blog is a regularly updated journal or diary made up of individual posts shown in reversed chronological order. A blog is tightly coupled to the author so each user will have his 'own' blog.");
+ return t("A blog is a regularly updated journal or diary made up of individual posts shown in reversed chronological order. Each member of the site may create and maintain a blog.");
}
}
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>");
}
}
diff --git a/modules/user/user.module b/modules/user/user.module
index 5e7019723..582bcb29f 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1984,7 +1984,7 @@ function user_help($section) {
case 'admin/modules#description':
return t('Manages the user registration and login system.');
case 'admin/user':
- return t('<p>Drupal allows users to register, login, log out, maintain user profiles, etc. No participant can use his own name to post content until he signs up for a user account.</p>');
+ return t('<p>Drupal allows users to register, login, log out, maintain user profiles, etc. Users of the site may not use their own names to post content until they have signed up for a user account.</p>');
case 'admin/user/create':
case 'admin/user/account/create':
return t('<p>This web page allows the administrators to register a new users by hand. Note that you cannot have a user where either the e-mail address or the username match another user in the system.</p>');