=== 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-10-25 20:52:12 +0000
@@ -149,7 +149,7 @@
     '#title' => t('Body field label'),
     '#type' => 'textfield',
     '#default_value' => isset($type->body_label) ? $type->body_label : '',
-    '#description' => t('To remove the body field, remove text and leave blank.'),
+    '#description' => t('To remove the body field, remove label text.'),
   );
   $form['submission']['node_preview'] = array(
     '#type' => 'radios',
@@ -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 on the <em>Add new content</em> page for this content type.')
   );
   $form['workflow'] = array(
     '#type' => 'fieldset',