diff --git a/lib/WebGUI/HTMLForm.pm b/lib/WebGUI/HTMLForm.pm index 1b31c690f..f2c006d3e 100644 --- a/lib/WebGUI/HTMLForm.pm +++ b/lib/WebGUI/HTMLForm.pm @@ -1683,7 +1683,7 @@ sub ldapLink { $size = 1 unless ($size); $multiple = 0 unless ($multiple); if (_uiLevelChecksOut($uiLevel)) { - $label = $label || WebGUI::International::get(1075); + $label = $label || WebGUI::International::get("LDAPLink_1075"); if (WebGUI::Grouping::isInGroup(3)) { if ($afterEdit) { $subtext = editIcon("op=editLDAPLink&llid=".$value."&afterEdit=".WebGUI::URL::escape($afterEdit));