Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.1090
diff -u -p -r1.1090 node.module
--- modules/node/node.module	31 Jul 2009 19:01:02 -0000	1.1090
+++ modules/node/node.module	2 Aug 2009 05:20:01 -0000
@@ -43,7 +43,7 @@ function node_help($path, $arg) {
     case 'admin/content':
       return ' '; // Return a non-null value so that the 'more help' link is shown.
     case 'admin/structure/types/add':
-      return '<p>' . t('To create a new content type, enter the human-readable name, the machine-readable name, and all other relevant fields that are on this page. Once created, users of your site will be able to create posts that are instances of this content type.') . '</p>';
+      return '<p>' . t('Each <em>content type</em> is a different type of post that you can create for your site. It can have different fields, behaviors, and permissions assigned to it on a per type basis. Once you fill out the required fields and save your new content type, be sure to set the associated permissions on the <a href="@permissions">Permissions</a> page.', array('@content' => url('admin/content'), '@permissions' => url('admin/settings/permissions'))) . '</p>';
     case 'node/%/revisions':
       return '<p>' . t('The revisions let you track differences between multiple versions of a post.') . '</p>';
     case 'node/%/edit':
