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/story.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/story.module') diff --git a/modules/story.module b/modules/story.module index 1d2064974..4a4c7fc9d 100644 --- a/modules/story.module +++ b/modules/story.module @@ -12,7 +12,7 @@ function story_help($section) { switch ($section) { case 'admin/modules#description': - return t('Enables users to submit stories, articles or similar content.'); + return t('Allows users to submit stories, articles or similar content.'); case 'node/add#story': return t('Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extended by other modules. The teaser is part of the body too. Stories may be used as a personal blog or for news articles.'); } -- cgit v1.2.3