diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-27 11:11:53 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-27 11:11:53 +0000 |
commit | 3ae64656b509623868b67fa5f4055e638028dcbc (patch) | |
tree | bcc7703e259f6d725808f2ca2f4021d8b48b3923 /modules/blog | |
parent | 9850918acff46a71f815fe86ce0499a02823de3c (diff) | |
download | brdo-3ae64656b509623868b67fa5f4055e638028dcbc.tar.gz brdo-3ae64656b509623868b67fa5f4055e638028dcbc.tar.bz2 |
- Patch #233200 by eigentor, catch, bohjan, yoroy et al: better content type descriptions.
Diffstat (limited to 'modules/blog')
-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 f99657f83..121fc25ed 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -14,7 +14,7 @@ function blog_node_info() { 'blog' => array( 'name' => t('Blog entry'), 'base' => 'blog', - 'description' => t('A <em>blog entry</em> is a single post to an online journal, or <em>blog</em>.'), + 'description' => t('Use for multi-user blogs. Every user gets a personal blog.'), ) ); } |