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/archive/archive.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/archive/archive.module') diff --git a/modules/archive/archive.module b/modules/archive/archive.module index de6b87948..166ffd5d1 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -12,7 +12,7 @@ function archive_help($section) { switch ($section) { case 'admin/modules#description': - return t('Displays a calendar to navigate old content.'); + return t('Displays a calendar for navigating older content.'); } } -- cgit v1.2.3