summaryrefslogtreecommitdiff
path: root/modules/calendar.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-01-12 12:51:21 +0000
committerDries Buytaert <dries@buytaert.net>2002-01-12 12:51:21 +0000
commit47daf7f00649956aed14dc4e6aa2145bb4c87b2a (patch)
treee2311452b95267f5eb9243702a897f3866d664c5 /modules/calendar.module
parentca95b491ffc8d8325408be0161094371376c1b84 (diff)
downloadbrdo-47daf7f00649956aed14dc4e6aa2145bb4c87b2a.tar.gz
brdo-47daf7f00649956aed14dc4e6aa2145bb4c87b2a.tar.bz2
- Added some more explanations.
Diffstat (limited to 'modules/calendar.module')
-rw-r--r--modules/calendar.module2
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();