diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/node/content_types.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index 5b2b1c11d..0758c272e 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', |