summaryrefslogtreecommitdiff
path: root/modules/cvs.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-10-14 07:46:17 +0000
committerDries Buytaert <dries@buytaert.net>2001-10-14 07:46:17 +0000
commitc683ab5f7b3d68e9efea5646bb583093d872cfd5 (patch)
tree8bf1d0b6d026864433b01f114ce3cea8412106c2 /modules/cvs.module
parent0a5e1828f420a6e3c24e42c14bb7006e9368e8a9 (diff)
downloadbrdo-c683ab5f7b3d68e9efea5646bb583093d872cfd5.tar.gz
brdo-c683ab5f7b3d68e9efea5646bb583093d872cfd5.tar.bz2
- translate the link (patch by Mike Krus).
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 5097d4d45..a6b2f16ab 100644
--- a/modules/cvs.module
+++ b/modules/cvs.module
@@ -6,7 +6,7 @@ function cvs_perm() {
function cvs_link($type) {
if ($type == "page" && user_access("access cvs messages")) {
- $links[] = "<a href=\"module.php?mod=cvs\">cvs messages</a>";
+ $links[] = "<a href=\"module.php?mod=cvs\">" . t("cvs messages") . "</a>";
}
return $links ? $links : array();