summaryrefslogtreecommitdiff
path: root/modules/archive
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-05-25 20:24:59 +0000
committerDries Buytaert <dries@buytaert.net>2003-05-25 20:24:59 +0000
commit1cdda38df7724e408ede80f35089ee2c8365f562 (patch)
tree8317917f8a2c3ea00f1213d83d731fd5963902cc /modules/archive
parent102cbe5ee2eceb0884e856abf8fcc1afc3ca6ad9 (diff)
downloadbrdo-1cdda38df7724e408ede80f35089ee2c8365f562.tar.gz
brdo-1cdda38df7724e408ede80f35089ee2c8365f562.tar.bz2
- Fixed typo. Patch by Al.
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];
}