added labeledURI

This commit is contained in:
Roland Gruber 2011-12-12 18:10:54 +00:00
parent f36223c6fd
commit 541beff3bd
1 changed files with 2 additions and 2 deletions

View File

@ -659,11 +659,11 @@ class inetOrgPerson extends baseModule implements passwordService {
),
'labeledURI' => array(
"Headline" => _("Web site"),
"Text" => _("The user's web site or any other comment (e.g. http://www.company.com).")
"Text" => _("The user's web site (e.g. http://www.company.com).")
),
'labeledURIList' => array(
"Headline" => _("Web site"),
"Text" => _("The user's web site or any other comment (e.g. http://www.company.com).") . ' ' . _('Multiple values are separated by semicolon.')
"Text" => _("The user's web site (e.g. http://www.company.com).") . ' ' . _('Multiple values are separated by semicolon.')
),
'cn' => array (
"Headline" => _("Common name"),