? content-types-descripton-tweaks.patch
? sites/default/files
? sites/default/settings.php
Index: modules/blog/blog.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/blog/blog.module,v
retrieving revision 1.321
diff -u -p -r1.321 blog.module
--- modules/blog/blog.module 27 May 2009 18:33:54 -0000 1.321
+++ modules/blog/blog.module 1 Jun 2009 22:33:08 -0000
@@ -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' => st("Use for Multi-User blogs. Every user has his own blog."),
)
);
}
Index: modules/book/book.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/book/book.install,v
retrieving revision 1.29
diff -u -p -r1.29 book.install
--- modules/book/book.install 27 May 2009 18:33:55 -0000 1.29
+++ modules/book/book.install 1 Jun 2009 22:33:08 -0000
@@ -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' => st("Books have a built-in hierarchical navigation. Use for How-to's or Tutorials."),
'custom' => 1,
'modified' => 1,
'locked' => 0,
Index: profiles/default/default.profile
===================================================================
RCS file: /cvs/drupal/drupal/profiles/default/default.profile,v
retrieving revision 1.44
diff -u -p -r1.44 default.profile
--- profiles/default/default.profile 29 May 2009 21:39:17 -0000 1.44
+++ profiles/default/default.profile 1 Jun 2009 22:33:11 -0000
@@ -168,7 +168,7 @@ function default_profile_tasks(&$task, $
'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, $
'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,