summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help')
-rw-r--r--modules/help/help.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.module b/modules/help/help.module
index 49b41b454..4f11236f1 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -3,7 +3,7 @@
function help_link($type) {
if ($type == "admin") {
- $links[] = "<a href=\"admin.php?mod=help\">help</a>";
+ $links[] = la(t("help"), array("mod" => "help"));
}
return $links ? $links : array();