summaryrefslogtreecommitdiff
path: root/modules/jabber.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/jabber.module')
-rw-r--r--modules/jabber.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/jabber.module b/modules/jabber.module
index ce8bf2286..9843a1ea4 100644
--- a/modules/jabber.module
+++ b/modules/jabber.module
@@ -174,7 +174,7 @@ function jabber_user($type, $edit, $user) {
return $output;
case "edit_form":
$result = user_get_authname($user, $module);
- $output .= form_textfield(t("$name ID"), "authname_" . $module, $result, 30, 55, t("You may login to %s using a valid %id.", array("%s" => variable_get("site_name", "this web site"), "%id" => lm("$name ID", array("mod" => "user", "op" => "help"), $module))));
+ $output .= form_textfield(t("$name ID"), "authname_" . $module, $result, 30, 55, t("You may login to %s using a valid %id.", array("%s" => variable_get("site_name", "this web site"), "%id" => l("$name ID", "user/help#$module"))));
return $output;
case "edit_validate":
return user_validate_authmap($user, $edit["authname_$module"], $module);