diff options
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 8b966dd78..f5951d3d3 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1515,7 +1515,7 @@ function node_menu() { $items['admin/build/types'] = array( 'title' => 'Content types', - 'description' => 'Manage posts by content type, including default status, front page promotion, etc.', + 'description' => 'Manage posts by content type, including default status, front page promotion, comment settings, etc.', 'page callback' => 'node_overview_types', 'access arguments' => array('administer content types'), ); |