From 3ae64656b509623868b67fa5f4055e638028dcbc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 27 Jun 2009 11:11:53 +0000 Subject: - Patch #233200 by eigentor, catch, bohjan, yoroy et al: better content type descriptions. --- modules/blog/blog.module | 2 +- modules/book/book.install | 2 +- profiles/default/default.profile | 4 ++-- 3 files changed, 4 insertions(+), 4 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 blog entry is a single post to an online journal, or blog.'), + '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 book page is a page of content, organized into a collection of related entries collectively known as a book. A book page automatically displays links to adjacent pages, providing a simple navigation system for organizing and reviewing structured content.'), + 'description' => t('Books have a built-in hierarchical navigation. Use for handbooks or tutorials.'), 'custom' => 1, 'modified' => 1, 'locked' => 0, diff --git a/profiles/default/default.profile b/profiles/default/default.profile index e35a98374..45e8e18e5 100644 --- a/profiles/default/default.profile +++ b/profiles/default/default.profile @@ -168,7 +168,7 @@ function default_profile_tasks(&$task, $url) { 'type' => 'page', 'name' => st('Page'), 'base' => 'node_content', - 'description' => st("A page, similar in form to an article, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site's initial home page."), + 'description' => st("Use pages for your static content, such as an 'About us' page."), 'custom' => 1, 'modified' => 1, 'locked' => 0, @@ -177,7 +177,7 @@ function default_profile_tasks(&$task, $url) { 'type' => 'article', 'name' => st('Article'), 'base' => 'node_content', - 'description' => st("An article, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with an article entry. By default, an article entry is automatically featured on the site's initial home page, and provides the ability to post comments."), + 'description' => st('Use articles for time-specific content like news, press releases or blog posts.'), 'custom' => 1, 'modified' => 1, 'locked' => 0, -- cgit v1.2.3