diff options
-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 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(); |