diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-05-29 09:15:00 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-05-29 09:15:00 +0000 |
commit | 8d2b1238b4d8ebd57848fde665b7f93c3a03cd90 (patch) | |
tree | 8f6c64926b931489dd73f3075aad2ffd549009da /modules/archive/archive.module | |
parent | 3cebcdf636f7eb47d6304a48057b34ddbaf43f04 (diff) | |
download | brdo-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.module | 1 |
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]; } |