diff options
Diffstat (limited to 'modules/calendar.module')
-rw-r--r-- | modules/calendar.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar.module b/modules/calendar.module index 3431ab743..cffacdec9 100644 --- a/modules/calendar.module +++ b/modules/calendar.module @@ -103,7 +103,7 @@ function calendar_block() { function calendar_link($type) { if ($type == "page" && user_access("access content")) { - $links[] = "<a href=\"module.php?mod=calendar\" title=\"". t("Check the archives for older content.") ."\">archives</a>"; + $links[] = "<a href=\"module.php?mod=calendar\" title=\"". t("Read the older content in our archive.") ."\">archives</a>"; } return $links ? $links : array(); |