From fc50814e7813d0b3ef20533a8c5b804d4eed2a64 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Sat, 21 Nov 2009 17:44:51 +0000
Subject: [PATCH] #614324 by heather, lisarex, redndahead, and Bojhan: UI text
 improvements on node author display settings. (UXSprint)

---
 modules/node/content_types.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index e088d33fac85..5b2b1c11dc0c 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -205,9 +205,9 @@ function node_type_form($form, &$form_state, $type = NULL) {
   );
   $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',
-- 
GitLab