? content_types.patch
? content_types_description.patch
? sites/default/files
Index: modules/blog/blog.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/blog/blog.module,v
retrieving revision 1.324
diff -u -p -r1.324 blog.module
--- modules/blog/blog.module	22 Jun 2009 09:10:04 -0000	1.324
+++ modules/blog/blog.module	25 Jun 2009 05:24:07 -0000
@@ -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 has his own blog."),
     )
   );
 }
Index: profiles/default/default.profile
===================================================================
RCS file: /cvs/drupal/drupal/profiles/default/default.profile,v
retrieving revision 1.47
diff -u -p -r1.47 default.profile
--- profiles/default/default.profile	12 Jun 2009 13:59:56 -0000	1.47
+++ profiles/default/default.profile	25 Jun 2009 05:24:08 -0000
@@ -168,7 +168,7 @@ function default_profile_tasks(&$task, $
       'type' => 'page',
       'name' => st('Page'),
       'base' => 'node_content',
-      'description' => st("A <em>page</em>, similar in form to an <em>article</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page."),
+      'description' => st("Use <em>Pages</em> 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 <em>article</em>, similar in form to a <em>page</em>, 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 <em>article</em> entry. By default, an <em>article</em> entry is automatically featured on the site's initial home page, and provides the ability to post comments."),
+      'description' => st("Use <em>Articles</em> for time-specific content like news, press releases or blog posts."),
       'custom' => 1,
       'modified' => 1,
       'locked' => 0,
