diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-05-25 20:24:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-05-25 20:24:59 +0000 |
commit | 1cdda38df7724e408ede80f35089ee2c8365f562 (patch) | |
tree | 8317917f8a2c3ea00f1213d83d731fd5963902cc /modules/archive/archive.module | |
parent | 102cbe5ee2eceb0884e856abf8fcc1afc3ca6ad9 (diff) | |
download | brdo-1cdda38df7724e408ede80f35089ee2c8365f562.tar.gz brdo-1cdda38df7724e408ede80f35089ee2c8365f562.tar.bz2 |
- Fixed typo. Patch by Al.
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 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]; } |