From 1cdda38df7724e408ede80f35089ee2c8365f562 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 25 May 2003 20:24:59 +0000 Subject: - Fixed typo. Patch by Al. --- modules/archive/archive.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/archive') 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]; } -- cgit v1.2.3