summaryrefslogtreecommitdiff
path: root/modules/story.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/story.module')
-rw-r--r--modules/story.module2
1 files changed, 1 insertions, 1 deletions
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.');
}