summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-01-25 20:29:19 +0000
committerDries Buytaert <dries@buytaert.net>2005-01-25 20:29:19 +0000
commit01b8e7fdf05cf44ac9d76bbefd3b9c1bb1d473f7 (patch)
treeff82eefc16a5a848351df0372591c7ab2d038482
parent7f4be9776342d29ad2f29d000235ed28b815468c (diff)
downloadbrdo-01b8e7fdf05cf44ac9d76bbefd3b9c1bb1d473f7.tar.gz
brdo-01b8e7fdf05cf44ac9d76bbefd3b9c1bb1d473f7.tar.bz2
- Patch #16181 by Ankur: fixed typo.
-rw-r--r--modules/page.module2
-rw-r--r--modules/page/page.module2
2 files changed, 2 insertions, 2 deletions
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.');
}
}