summaryrefslogtreecommitdiff
path: root/modules/page.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-12-07 16:55:38 +0000
committerDries Buytaert <dries@buytaert.net>2004-12-07 16:55:38 +0000
commit60352821bfd61c266c6cda5f797cc7036a9499d2 (patch)
tree9bdf38ec0b9c752caab1397a24a21fff78099151 /modules/page.module
parent1365740f6eab386aa16ba39c6f324a3c30adb78d (diff)
downloadbrdo-60352821bfd61c266c6cda5f797cc7036a9499d2.tar.gz
brdo-60352821bfd61c266c6cda5f797cc7036a9499d2.tar.bz2
- 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.
Diffstat (limited to 'modules/page.module')
-rw-r--r--modules/page.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/page.module b/modules/page.module
index 96646362f..56a69bf8c 100644
--- a/modules/page.module
+++ b/modules/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.');
}
}