diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-22 02:39:06 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-22 02:39:06 +0000 |
commit | 6ff73ad0534dea0ac54b445932b1aa94b0ef77e4 (patch) | |
tree | 0c11933fae9235b28dd64444c157e600a1912842 /modules | |
parent | 3bd57883ef3c1e15eed313016b18775c5daf77e2 (diff) | |
download | brdo-6ff73ad0534dea0ac54b445932b1aa94b0ef77e4.tar.gz brdo-6ff73ad0534dea0ac54b445932b1aa94b0ef77e4.tar.bz2 |
#614316 by lisarex: Improvements to content type submission guidelines.
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', |