From 8d2b1238b4d8ebd57848fde665b7f93c3a03cd90 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 29 May 2003 09:15:00 +0000 Subject: - Michael Frankowski's excellent help text improvements! --- modules/archive/archive.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/archive/archive.module') diff --git a/modules/archive/archive.module b/modules/archive/archive.module index a77176e43..5953223ba 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -3,6 +3,7 @@ function archive_system($field){ $system["description"] = t("Displays a calendar to navigate old content."); + $system["admin_help"] = t("Choose the starting \"day of the week\" for the displayed calendar block."); return $system[$field]; } -- cgit v1.2.3