From: hickert Date: Mon, 20 Oct 2008 06:26:21 +0000 (+0000) Subject: Updated ACL class X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2a795f166e6dc35bc381d9f69157c24f66cf7581;p=gosa.git Updated ACL class -Fixed ACL info String. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12733 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index 6aadfc637..1a66ee7e5 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -1174,7 +1174,7 @@ class acl extends plugin { return (array( "plShortName" => _("ACL"), - "plDescription" => _("ACL")._("Access control list").")", + "plDescription" => _("ACL")." ("._("Access control list").")", "plSelfModify" => FALSE, "plDepends" => array(), "plPriority" => 0,