diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-02-02 01:55:08 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-02-02 01:55:08 +0000 |
commit | 0664586554aee599ea10462f1e9203416040dabb (patch) | |
tree | 4f2767136ad979854199c1a255b4728115fc4be1 /modules/blog/blog.module | |
parent | c1559f66b5cf210d8fec66399da9515840689d15 (diff) | |
download | brdo-0664586554aee599ea10462f1e9203416040dabb.tar.gz brdo-0664586554aee599ea10462f1e9203416040dabb.tar.bz2 |
Typo
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r-- | modules/blog/blog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 060d46dc9..dfb9afb04 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -62,7 +62,7 @@ function blog_help($section) { $output .= t("Enables keeping a blog or easily and regularly updated web page."); break; case 'admin/system/modules/blog': - $output .= t("A weblog is a running journal of a users ideas. Enter the minimum word count for a single entry, and the text displayed on the entry submission form"); + $output .= t("A weblog is a running journal of a user's ideas. Enter the minimum word count for a single entry, and the text displayed on the entry submission form"); break; case 'node/add/blog': $output = variable_get('blog_help', ''); |