summaryrefslogtreecommitdiff
path: root/modules/archive/archive.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-05-29 09:15:00 +0000
committerDries Buytaert <dries@buytaert.net>2003-05-29 09:15:00 +0000
commit8d2b1238b4d8ebd57848fde665b7f93c3a03cd90 (patch)
tree8f6c64926b931489dd73f3075aad2ffd549009da /modules/archive/archive.module
parent3cebcdf636f7eb47d6304a48057b34ddbaf43f04 (diff)
downloadbrdo-8d2b1238b4d8ebd57848fde665b7f93c3a03cd90.tar.gz
brdo-8d2b1238b4d8ebd57848fde665b7f93c3a03cd90.tar.bz2
- Michael Frankowski's excellent help text improvements!
Diffstat (limited to 'modules/archive/archive.module')
-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];
}