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/page/page.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/page/page.module') diff --git a/modules/page/page.module b/modules/page/page.module index 96646362f..56a69bf8c 100644 --- a/modules/page/page.module +++ b/modules/page/page.module @@ -21,7 +21,7 @@ function page_help($section) { case 'admin/modules#description': return t('Enables the creation of pages that can be added to the navigation system.'); case 'node/add#page': - return t('If you just want to add a page with a link in the menu to your site, this is the best choice. Unlike a story, a static page bypasses the submission queue.'); + return t('If you want to add a static page, like an a contact page or an about page, use a page.'); } } -- cgit v1.2.3