diff options
Diffstat (limited to 'modules/cvs.module')
-rw-r--r-- | modules/cvs.module | 2 |
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(); |