? content-descriptions.patch
Index: profiles/default/default.profile
===================================================================
RCS file: /cvs/drupal/drupal/profiles/default/default.profile,v
retrieving revision 1.23
diff -u -p -r1.23 default.profile
--- profiles/default/default.profile 10 Mar 2008 18:15:14 -0000 1.23
+++ profiles/default/default.profile 12 Mar 2008 10:07:55 -0000
@@ -99,7 +99,7 @@ function default_profile_tasks(&$task, $
'type' => 'page',
'name' => st('Page'),
'module' => 'node',
- '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("A page, has default settings suitable for posting information that rarely changes, such as an \"About us\" section of a website. A page is not featured on the site's initial home page, and does not allow visitor comments by default. You may edit or delete this content type (and this description) to suit your needs, or add a new one."),
'custom' => TRUE,
'modified' => TRUE,
'locked' => FALSE,
@@ -110,7 +110,7 @@ function default_profile_tasks(&$task, $
'type' => 'article',
'name' => st('Article'),
'module' => 'node',
- '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("An article, has default settings suitable for posting press releases, site announcements, and informal blog-like entries. An article is automatically featured on the site's initial home page and allows comments by default. You may edit or delete this content type (and this description) to suit your needs, or add a new one."),
'custom' => TRUE,
'modified' => TRUE,
'locked' => FALSE,