From 01b8e7fdf05cf44ac9d76bbefd3b9c1bb1d473f7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Jan 2005 20:29:19 +0000 Subject: - Patch #16181 by Ankur: fixed typo. --- modules/page.module | 2 +- modules/page/page.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/page.module b/modules/page.module index 56a69bf8c..44e6de288 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 56a69bf8c..44e6de288 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.'); } } -- cgit v1.2.3