summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-03 05:32:07 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-03 05:32:07 +0000
commit112e0ffa4fb143f47adc6a2f1ce859c2c97c887e (patch)
tree0ef5b6e892756cd6dfa6e1c7804bff7662ed20c1 /modules
parentae842168f9a9b7227fe7eae8e79928b4d3b70d4e (diff)
downloadbrdo-112e0ffa4fb143f47adc6a2f1ce859c2c97c887e.tar.gz
brdo-112e0ffa4fb143f47adc6a2f1ce859c2c97c887e.tar.bz2
#202533 by lisarex and brunodbo: Tell people what the heck the content type 'Description' field is for.
Diffstat (limited to 'modules')
-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(