Index: profiles/default/default.profile
===================================================================
RCS file: /cvs/drupal/drupal/profiles/default/default.profile,v
retrieving revision 1.39
diff -u -p -r1.39 default.profile
--- profiles/default/default.profile 20 Mar 2009 19:18:11 -0000 1.39
+++ profiles/default/default.profile 3 Apr 2009 05:32:47 -0000
@@ -105,7 +105,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,
@@ -114,7 +114,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,