summaryrefslogtreecommitdiff
path: root/modules/archive.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/archive.module')
-rw-r--r--modules/archive.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/archive.module b/modules/archive.module
index 459fe34f0..4c0cf4bc1 100644
--- a/modules/archive.module
+++ b/modules/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];
}