summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/node/content_types.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index 872108343..83727c039 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -120,6 +120,7 @@ function node_type_form($form, &$form_state, $type = NULL) {
'#title' => t('Description'),
'#type' => 'textarea',
'#default_value' => $type->description,
+ '#description' => t('Describe this content type. It will be displayed on the <em>Add new content</em> page.'),
);
$form['additional_settings'] = array(