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