diff --git a/modules/blog/blog.module b/modules/blog/blog.module index a2a0ccbff6c872d0f571bcb2857451ae919c4f34..05ac2b2cf7e261421e3a54edc9ab155a55b733f9 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 c7150d2d66ebc144d9f6277685d353e4e6dee4f1..7d5a7fb60c3dd49e15bd5d0c9f0b1f68488ce6c5 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 5e70197231be85b23190b66ef940ef7fbb75c769..582bcb29fe9c6354f24c8088836a0025dbe0c07b 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>');