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