From 541beff3bd70797584dd2a59d29099f1366807d5 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 12 Dec 2011 18:10:54 +0000 Subject: [PATCH] added labeledURI --- lam/lib/modules/inetOrgPerson.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/modules/inetOrgPerson.inc b/lam/lib/modules/inetOrgPerson.inc index 0b165910..e9ea0d3e 100644 --- a/lam/lib/modules/inetOrgPerson.inc +++ b/lam/lib/modules/inetOrgPerson.inc @@ -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"),