summaryrefslogtreecommitdiff
path: root/modules/archive
diff options
context:
space:
mode:
Diffstat (limited to 'modules/archive')
-rw-r--r--modules/archive/archive.module2
1 files changed, 1 insertions, 1 deletions
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];
}