From 60352821bfd61c266c6cda5f797cc7036a9499d2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Dec 2004 16:55:38 +0000 Subject: - Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard. - Slight addition to INSTALL.txt with regard to PHP versions. - Updated/reworded some node type descriptions as per Boris' suggestions. - Adding missing {} around a table name in update.php. --- modules/story/story.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/story/story.module') diff --git a/modules/story/story.module b/modules/story/story.module index 44624f88d..f9fb59180 100644 --- a/modules/story/story.module +++ b/modules/story/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.'); } } -- cgit v1.2.3