diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index ad1ff4a..f171f9e 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -1,5 +1,4 @@
 <?php
-// $Id: default.profile,v 1.30 2008/10/08 03:27:56 webchick Exp $
 
 /**
  * Return an array of the modules to be enabled when this profile is installed.
@@ -99,16 +98,16 @@ function default_profile_tasks(&$task, $url) {
       '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("A <em>page</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."),
       'custom' => 1,
       'modified' => 1,
       'locked' => 0,
     ),
     array(
-      'type' => 'article',
-      'name' => st('Article'),
+      'type' => 'example',
+      'name' => st('Example Content Type'),
       '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("You can create your own content types to display anything you want, for example, content that informs or engages website visitors, press releases, site announcements, and blog-like entries may all be created in admin/content/node-types.  You can customize features like, whether or not it shows up on the site's initial home page, control the ability to post comments, and more by installing contributed field types."),
       'custom' => 1,
       'modified' => 1,
       'locked' => 0,
@@ -129,7 +128,7 @@ function default_profile_tasks(&$task, $url) {
   $theme_settings['toggle_node_info_page'] = FALSE;
   variable_set('theme_settings', $theme_settings);
 
-  // Create a default vocabulary named "Tags", enabled for the 'article' content type.
+  // Create a default vocabulary named "Example Taxonomy: Tags", enabled for the 'example' content type.
   $description = st('Use tags to group articles on similar topics into categories.');
   $help = st('Enter a comma-separated list of words.');
 
@@ -169,3 +168,4 @@ function default_form_alter(&$form, $form_state, $form_id) {
     $form['site_information']['site_name']['#default_value'] = $_SERVER['SERVER_NAME'];
   }
 }
+
