From: hickert Date: Thu, 20 May 2010 09:23:12 +0000 (+0000) Subject: Added translation tags to property description. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f69ef5f55ebc2607505436712b76b2a9a77fdbe2;p=gosa.git Added translation tags to property description. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18567 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc index 17219fa71..ec97b024c 100644 --- a/gosa-core/plugins/admin/acl/class_aclRole.inc +++ b/gosa-core/plugins/admin/acl/class_aclRole.inc @@ -721,7 +721,7 @@ class aclrole extends acl "name" => "aclRoleRDN", "type" => "rdn", "default" => "ou=aclroles,", - "description" => "The 'aclRoleRDN' statement defines the location where new acl roles will be created. The default is 'ou=aclroles,'.", + "description" => _("The 'aclRoleRDN' statement defines the location where new acl roles will be created. The default is 'ou=aclroles,'."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_aclRoleRDN", "group" => "plugin",