summaryrefslogtreecommitdiff
path: root/modules/blog/blog.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-27 08:07:04 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-27 08:07:04 +0000
commitb6ee7cef865a1b5f7d589eee3391896eed895751 (patch)
treed822b3fa1a0099678aa78d34a557112d373897f1 /modules/blog/blog.module
parent589e9f237fbf27698e377e3be08599b3b322148c (diff)
downloadbrdo-b6ee7cef865a1b5f7d589eee3391896eed895751.tar.gz
brdo-b6ee7cef865a1b5f7d589eee3391896eed895751.tar.bz2
#75594 by eafarris, remove of gender-specific pronouns
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r--modules/blog/blog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index a2a0ccbff..05ac2b2cf 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.");
}
}