Index: blog.module =================================================================== RCS file: /cvs/drupal/drupal/modules/Attic/blog.module,v retrieving revision 1.250 diff -u -p -r1.250 blog.module --- blog.module 4 Jul 2006 08:59:04 -0000 1.250 +++ blog.module 26 Jul 2006 07:35:39 -0000 @@ -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. A blog is tightly coupled to the author so each user will have his or her 'own' blog."); } }