From 6ff73ad0534dea0ac54b445932b1aa94b0ef77e4 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Sun, 22 Nov 2009 02:39:06 +0000
Subject: [PATCH] #614316 by lisarex: Improvements to content type submission
 guidelines.

---
 modules/node/content_types.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index 5b2b1c11dc0c..0758c272e490 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -176,7 +176,7 @@ function node_type_form($form, &$form_state, $type = NULL) {
     '#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 at the top of the page when creating new content of this type.'),
   );
   $form['workflow'] = array(
     '#type' => 'fieldset',
-- 
GitLab