From 112e0ffa4fb143f47adc6a2f1ce859c2c97c887e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 3 Nov 2009 05:32:07 +0000 Subject: #202533 by lisarex and brunodbo: Tell people what the heck the content type 'Description' field is for. --- modules/node/content_types.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/node') 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 Add new content page.'), ); $form['additional_settings'] = array( -- cgit v1.2.3