### Eclipse Workspace Patch 1.0
#P drupal7
Index: modules/node/content_types.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/content_types.inc,v
retrieving revision 1.101
diff -u -r1.101 content_types.inc
--- modules/node/content_types.inc	12 Nov 2009 07:00:03 -0000	1.101
+++ modules/node/content_types.inc	21 Nov 2009 14:44:49 -0000
@@ -205,9 +205,9 @@
   );
   $form['display']['node_submitted'] = array(
     '#type' => 'checkbox',
-    '#title' => t('Display post information'),
+    '#title' => t('Display author and date 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',
