diff options
Diffstat (limited to 'modules/story.module')
-rw-r--r-- | modules/story.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/story.module b/modules/story.module index 44624f88d..f9fb59180 100644 --- a/modules/story.module +++ b/modules/story.module @@ -26,7 +26,7 @@ function story_help($section) { case 'node/add/story': return variable_get('story_help', ''); case 'node/add#story': - return t('A story is similar to an article and usually gets promoted to the front page after approval or moderation.'); + return t('A story is similar to an article and usually gets promoted to the front page. If you want to post news items, articles or maintain a group blog, use stories.'); } } |