summaryrefslogtreecommitdiff
path: root/modules/blog
diff options
context:
space:
mode:
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.'),
)
);
}