diff options
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 564261177..a47c8d9a4 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'), 'module' => 'blog', - 'description' => 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.'), + 'description' => t('A <em>blog entry</em> is a single post to an online journal, or <em>blog</em>.'), ) ); } |