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/help/help.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/help/help.module') diff --git a/modules/help/help.module b/modules/help/help.module index f7a6e0aef..f8fee8e4b 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -85,7 +85,7 @@ function help_links_as_list() { function help_help($section) { switch ($section) { case 'admin/modules#description': - return t('Manages displaying online help.'); + return t('Manages the display of online help.'); } } -- cgit v1.2.3