diff options
Diffstat (limited to 'modules/page')
-rw-r--r-- | modules/page/page.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/page/page.module b/modules/page/page.module index fa53d8bb0..f326f4254 100644 --- a/modules/page/page.module +++ b/modules/page/page.module @@ -8,7 +8,7 @@ function page_help() { } function page_system($field){ - $system["description"] = t("Enables the creation of persistent site pages that can be added to the navigation system."); + $system["description"] = t("Enables the creation of a static pages that can be added to the navigation system."); return $system[$field]; } |