Index: blog.module =================================================================== RCS file: /cvs/drupal/drupal/modules/Attic/blog.module,v retrieving revision 1.245.2.2 diff -u -p -r1.245.2.2 blog.module --- blog.module 14 May 2006 15:17:13 -0000 1.245.2.2 +++ blog.module 26 Jul 2006 07:33:52 -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."); } }