summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-17 04:55:13 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-17 04:55:13 +0000
commit1c0e1c39ec1afc4ffd42542ffcd5f303e17b5a00 (patch)
tree6c3f3b3c1867e2c40800514dc2ef22673ac39c8d /modules/node/node.module
parente3b019f4809f5940446e4eb1a113f9dc0531884e (diff)
downloadbrdo-1c0e1c39ec1afc4ffd42542ffcd5f303e17b5a00.tar.gz
brdo-1c0e1c39ec1afc4ffd42542ffcd5f303e17b5a00.tar.bz2
#189406 by catch: Add comment settings to the list of stuff you can configure per node type.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
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'),
);