? 89196_2.patch ? sites/all/modules ? sites/all/themes ? sites/default/settings.php Index: modules/blog/blog.module =================================================================== RCS file: /cvs/drupal/drupal/modules/blog/blog.module,v retrieving revision 1.283 diff -u -p -r1.283 blog.module --- modules/blog/blog.module 2 Jul 2007 17:08:35 -0000 1.283 +++ modules/blog/blog.module 4 Jul 2007 16:02:25 -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.module =================================================================== RCS file: /cvs/drupal/drupal/modules/book/book.module,v retrieving revision 1.428 diff -u -p -r1.428 book.module --- modules/book/book.module 3 Jul 2007 19:29:32 -0000 1.428 +++ modules/book/book.module 4 Jul 2007 16:02:25 -0000 @@ -14,7 +14,7 @@ function book_node_info() { 'book' => array( 'name' => t('Book page'), 'module' => 'book', - 'description' => t("A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it."), + 'description' => t('A book page is a page of content, organized into a collection of similar entries known as a book. Book pages are part of a simple navigation system, displaying automatic links that lead both forward and backward to adjacent pages.'), ) ); } Index: modules/forum/forum.module =================================================================== RCS file: /cvs/drupal/drupal/modules/forum/forum.module,v retrieving revision 1.407 diff -u -p -r1.407 forum.module --- modules/forum/forum.module 2 Jul 2007 17:08:35 -0000 1.407 +++ modules/forum/forum.module 4 Jul 2007 16:02:25 -0000 @@ -242,7 +242,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.234 diff -u -p -r1.234 poll.module --- modules/poll/poll.module 1 Jul 2007 17:41:16 -0000 1.234 +++ modules/poll/poll.module 4 Jul 2007 16:02:26 -0000 @@ -328,7 +328,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. Polls automatically provide a simple running count of the number of times each response is 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.14 diff -u -p -r1.14 default.profile --- profiles/default/default.profile 1 Jul 2007 18:07:04 -0000 1.14 +++ profiles/default/default.profile 4 Jul 2007 16:02:26 -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 is a simple and ideal choice for displaying information that seldom changes. An "About Us" or "For More Information" section, for example, can be created as a 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 is content that, by default, allows visitor comments and is automatically listed on the site's front page. A press release or announcement, for example, can be created as a story."), 'custom' => TRUE, 'modified' => TRUE, 'locked' => FALSE,