summaryrefslogtreecommitdiff
path: root/modules/jabber.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/jabber.module')
-rw-r--r--modules/jabber.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/jabber.module b/modules/jabber.module
index a5d962abf..5af4554d7 100644
--- a/modules/jabber.module
+++ b/modules/jabber.module
@@ -166,8 +166,8 @@ 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)))));
- return $output;
+ $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);
}