summaryrefslogtreecommitdiff
path: root/modules/blog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-27 11:11:53 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-27 11:11:53 +0000
commit3ae64656b509623868b67fa5f4055e638028dcbc (patch)
treebcc7703e259f6d725808f2ca2f4021d8b48b3923 /modules/blog
parent9850918acff46a71f815fe86ce0499a02823de3c (diff)
downloadbrdo-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.module2
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.'),
)
);
}