Index: modules/blog/blog.module =================================================================== RCS file: /cvs/drupal/drupal/modules/blog/blog.module,v retrieving revision 1.251 diff -u -r1.251 blog.module --- modules/blog/blog.module 19 Jul 2006 07:15:34 -0000 1.251 +++ modules/blog/blog.module 26 Jul 2006 15:23:39 -0000 @@ -73,7 +73,7 @@ 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."); } } Index: modules/statistics/statistics.module =================================================================== RCS file: /cvs/drupal/drupal/modules/statistics/statistics.module,v retrieving revision 1.231 diff -u -r1.231 statistics.module --- modules/statistics/statistics.module 19 Jul 2006 07:15:35 -0000 1.231 +++ modules/statistics/statistics.module 26 Jul 2006 15:23:39 -0000 @@ -50,7 +50,7 @@ case 'admin/logs/referrers': return t('

This page shows you all external referrers. These are links pointing to your web site from outside your web site.

'); case 'admin/logs/visitors': - return t('

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.

'); + return 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.

"); } } Index: modules/user/user.module =================================================================== RCS file: /cvs/drupal/drupal/modules/user/user.module,v retrieving revision 1.639 diff -u -r1.639 user.module --- modules/user/user.module 18 Jul 2006 10:14:26 -0000 1.639 +++ modules/user/user.module 26 Jul 2006 15:23:41 -0000 @@ -1975,7 +1975,7 @@ case 'admin/modules#description': return t('Manages the user registration and login system.'); case 'admin/user': - return t('

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.

'); + return t('

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.

'); case 'admin/user/create': case 'admin/user/account/create': return t('

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.

');