=== modified file 'modules/node/content_types.inc'
--- modules/node/content_types.inc	2009-10-16 14:00:04 +0000
+++ modules/node/content_types.inc	2009-11-21 17:56:13 +0000
@@ -165,7 +165,7 @@
     '#type' => 'textarea',
     '#title' => t('Explanation or submission guidelines'),
     '#default_value' => $type->help,
-    '#description' => t('This text will be displayed at the top of the submission form for this content type.')
+    '#description' => t('This text will be displayed when creating new content of this type.')
   );
   $form['workflow'] = array(
     '#type' => 'fieldset',

