diff options
Diffstat (limited to 'modules/page.module')
-rw-r--r-- | modules/page.module | 2 |
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.'); } } |