From a3e9b35afc1716969bfc75ba31df169bbeb28cb5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 1 Apr 2005 15:55:02 +0000 Subject: - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. --- modules/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node.module') 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('

Settings for the core of Drupal. Almost everything is a node so these settings will affect most of the site.

'); -- cgit v1.2.3