diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-04-01 15:55:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-04-01 15:55:02 +0000 |
commit | a3e9b35afc1716969bfc75ba31df169bbeb28cb5 (patch) | |
tree | 4f56fdcbd6eb975a9a2b9a3bffcb2fd424b76b44 /modules/node.module | |
parent | 71c021c6f70b2a16ea210a554344645a638db636 (diff) | |
download | brdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.gz brdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.bz2 |
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
Diffstat (limited to 'modules/node.module')
-rw-r--r-- | modules/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node.module b/modules/node.module index c69c1bc53..0bd8505d9 100644 --- a/modules/node.module +++ b/modules/node.module @@ -40,7 +40,7 @@ function node_help($section) { return $output; case 'admin/modules#description': - return t('The core that allows content to be submitted to the site.'); + return t('Allows content to be submitted to the site and displayed on pages.'); case 'admin/node/configure': case 'admin/node/configure/settings': return t('<p>Settings for the core of Drupal. Almost everything is a node so these settings will affect most of the site.</p>'); |