diff --git a/modules/page.module b/modules/page.module index 56a69bf8c85111fa05fa0fd17596d2d3324b7d53..44e6de28880f572f45a6cfc219367139dca8fe42 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 want to add a static page, like an a contact page or an about page, use a page.'); + return t('If you want to add a static page, like a contact page or an about page, use a page.'); } } diff --git a/modules/page/page.module b/modules/page/page.module index 56a69bf8c85111fa05fa0fd17596d2d3324b7d53..44e6de28880f572f45a6cfc219367139dca8fe42 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 want to add a static page, like an a contact page or an about page, use a page.'); + return t('If you want to add a static page, like a contact page or an about page, use a page.'); } }