=== 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
@@ -194,9 +194,9 @@
   );
   $form['display']['node_submitted'] = array(
     '#type' => 'checkbox',
-    '#title' => t('Display post information'),
+    '#title' => t('Display post author information'),
     '#default_value' => variable_get('node_submitted_' . $type->type, TRUE),
-    '#description' => t('Enable the <em>submitted by Username on date</em> text.'),
+    '#description' => t('Author username and publish date will be displayed.'),
   );
   $form['display']['teaser_length'] = array(
     '#type' => 'select',