summaryrefslogtreecommitdiff
path: root/modules/story
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-04-01 15:55:02 +0000
committerDries Buytaert <dries@buytaert.net>2005-04-01 15:55:02 +0000
commita3e9b35afc1716969bfc75ba31df169bbeb28cb5 (patch)
tree4f56fdcbd6eb975a9a2b9a3bffcb2fd424b76b44 /modules/story
parent71c021c6f70b2a16ea210a554344645a638db636 (diff)
downloadbrdo-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/story')
-rw-r--r--modules/story/story.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/story/story.module b/modules/story/story.module
index 1d2064974..4a4c7fc9d 100644
--- a/modules/story/story.module
+++ b/modules/story/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.');
}