? 89196_5.patch ? sites/default/settings.php Index: modules/blog/blog.module =================================================================== RCS file: /cvs/drupal/drupal/modules/blog/blog.module,v retrieving revision 1.285 diff -u -F^f -r1.285 blog.module --- modules/blog/blog.module 12 Aug 2007 15:55:35 -0000 1.285 +++ modules/blog/blog.module 1 Sep 2007 18:14:57 -0000 @@ -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 blog entry is a single post to an online journal, or blog.'), ) ); } Index: modules/book/book.install =================================================================== RCS file: /cvs/drupal/drupal/modules/book/book.install,v retrieving revision 1.9 diff -u -F^f -r1.9 book.install --- modules/book/book.install 26 Aug 2007 07:20:07 -0000 1.9 +++ modules/book/book.install 1 Sep 2007 18:14:57 -0000 @@ -28,7 +28,7 @@ function _book_install_type_create() { 'type' => 'book', 'name' => t('Book page'), 'module' => 'node', - 'description' => t("A static page. These posts (as well as other types) may be added to a book outline to create a hierarchical structure for your site."), + '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.'), 'custom' => TRUE, 'modified' => TRUE, 'locked' => FALSE, Index: modules/forum/forum.module =================================================================== RCS file: /cvs/drupal/drupal/modules/forum/forum.module,v retrieving revision 1.416 diff -u -F^f -r1.416 forum.module --- modules/forum/forum.module 30 Aug 2007 18:58:12 -0000 1.416 +++ modules/forum/forum.module 1 Sep 2007 18:14:57 -0000 @@ -273,7 +273,7 @@ function forum_node_info() { 'forum' => array( 'name' => t('Forum topic'), 'module' => 'forum', - 'description' => t('Create a new topic for discussion in the forums.'), + 'description' => t('A forum topic is the initial post to a new discussion thread within a forum.'), 'title_label' => t('Subject'), ) ); Index: modules/poll/poll.module =================================================================== RCS file: /cvs/drupal/drupal/modules/poll/poll.module,v retrieving revision 1.240 diff -u -F^f -r1.240 poll.module --- modules/poll/poll.module 30 Aug 2007 17:01:42 -0000 1.240 +++ modules/poll/poll.module 1 Sep 2007 18:14:57 -0000 @@ -152,7 +152,7 @@ function poll_node_info() { 'poll' => array( 'name' => t('Poll'), 'module' => 'poll', - 'description' => t("A poll is a multiple-choice question which visitors can vote on."), + 'description' => t('A poll is a question with a set of possible responses. A poll, once created, will automatically provide a simple running count of the number of times each response has been selected.'), 'title_label' => t('Question'), 'has_body' => FALSE, ) Index: profiles/default/default.profile =================================================================== RCS file: /cvs/drupal/drupal/profiles/default/default.profile,v retrieving revision 1.16 diff -u -F^f -r1.16 default.profile --- profiles/default/default.profile 11 Jul 2007 15:15:40 -0000 1.16 +++ profiles/default/default.profile 1 Sep 2007 18:14:57 -0000 @@ -80,7 +80,7 @@ function default_profile_tasks(&$task) { 'type' => 'page', 'name' => st('Page'), 'module' => 'node', - 'description' => st('If you want to add a static page, like a contact page or an about page, use a page.'), + 'description' => st("A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an "About Us" or "For More Information" section of a website. A page entry does not allow visitor comments and is not featured on the site's default home page."), 'custom' => TRUE, 'modified' => TRUE, 'locked' => FALSE, @@ -91,7 +91,7 @@ function default_profile_tasks(&$task) { 'type' => 'story', 'name' => st('Story'), 'module' => 'node', - 'description' => st('Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extended by other modules. The teaser is part of the body too. Stories may be used as a personal blog or for news articles.'), + 'description' => st("A story, 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 a story entry. A story entry is automatically featured on the site's default home page, and provides the ability to post comments."), 'custom' => TRUE, 'modified' => TRUE, 'locked' => FALSE,