diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/archive.module | 2 | ||||
-rw-r--r-- | modules/archive/archive.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/archive.module b/modules/archive.module index 1dd7b1a26..a77176e43 100644 --- a/modules/archive.module +++ b/modules/archive.module @@ -2,7 +2,7 @@ // $Id$ function archive_system($field){ - $system["description"] = t("Displays a calendar to navigation old content."); + $system["description"] = t("Displays a calendar to navigate old content."); return $system[$field]; } diff --git a/modules/archive/archive.module b/modules/archive/archive.module index 1dd7b1a26..a77176e43 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -2,7 +2,7 @@ // $Id$ function archive_system($field){ - $system["description"] = t("Displays a calendar to navigation old content."); + $system["description"] = t("Displays a calendar to navigate old content."); return $system[$field]; } |