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 5af4554d7..0a15cc2de 100644
--- a/modules/jabber.module
+++ b/modules/jabber.module
@@ -166,7 +166,7 @@ function jabber_user($type, $edit, $user) {
return $output;
case "edit_form":
$result = user_get_authname($user, $module);
- $output .= form_textfield("$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("$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))));
return $output;
case "edit_validate":
return user_validate_authmap($user, $edit["authname_$module"], $module);