#614316 by lisarex: Improvements to content type submission guidelines.

merge-requests/26/head
Angie Byron 2009-11-22 02:39:06 +00:00
parent 3bd57883ef
commit 6ff73ad053
1 changed files with 1 additions and 1 deletions

View File

@ -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',