Index: blog.module =================================================================== RCS file: /cvs/drupal/drupal/modules/blog/blog.module,v retrieving revision 1.251 diff -u -p -r1.251 blog.module --- blog.module 19 Jul 2006 07:15:34 -0000 1.251 +++ blog.module 26 Jul 2006 07:48:43 -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."); } }