summaryrefslogtreecommitdiff
path: root/modules/cvs.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/cvs.module
parentca95b491ffc8d8325408be0161094371376c1b84 (diff)
downloadbrdo-47daf7f00649956aed14dc4e6aa2145bb4c87b2a.tar.gz
brdo-47daf7f00649956aed14dc4e6aa2145bb4c87b2a.tar.bz2
- Added some more explanations.
Diffstat (limited to 'modules/cvs.module')
-rw-r--r--modules/cvs.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cvs.module b/modules/cvs.module
index 612a5fdaa..ca739fe51 100644
--- a/modules/cvs.module
+++ b/modules/cvs.module
@@ -7,7 +7,7 @@ function cvs_perm() {
function cvs_link($type) {
if ($type == "page" && user_access("access cvs messages")) {
- $links[] = "<a href=\"module.php?mod=cvs\">" . t("cvs messages") . "</a>";
+ $links[] = "<a href=\"module.php?mod=cvs\" title=\"". t("Read the recent CVS log messages.") ."\">" . t("cvs messages") . "</a>";
}
return $links ? $links : array();