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