diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/blog/blog.module | 2 | ||||
-rw-r--r-- | modules/book/book.install | 2 |
2 files changed, 2 insertions, 2 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.'), ) ); } diff --git a/modules/book/book.install b/modules/book/book.install index 3b0be5eda..1948d6d11 100644 --- a/modules/book/book.install +++ b/modules/book/book.install @@ -33,7 +33,7 @@ function _book_install_type_create() { 'type' => 'book', 'name' => t('Book page'), 'base' => 'node_content', - 'description' => t('A <em>book page</em> is a page of content, organized into a collection of related entries collectively known as a <em>book</em>. A <em>book page</em> automatically displays links to adjacent pages, providing a simple navigation system for organizing and reviewing structured content.'), + 'description' => t('<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.'), 'custom' => 1, 'modified' => 1, 'locked' => 0, |