Code

Updated ACL class
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 20 Oct 2008 06:26:21 +0000 (06:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 20 Oct 2008 06:26:21 +0000 (06:26 +0000)
-Fixed ACL info String.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12733 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_acl.inc

index 6aadfc637d5fb8258854dfaa1f4f0a9e091e630e..1a66ee7e54bd5c51a349344a404f9ba0ca3b4ec5 100644 (file)
@@ -1174,7 +1174,7 @@ class acl extends plugin
   {
     return (array(
           "plShortName"   => _("ACL"),
-          "plDescription" => _("ACL")._("Access control list").")",
+          "plDescription" => _("ACL")."&nbsp;("._("Access control list").")",
           "plSelfModify"  => FALSE,
           "plDepends"     => array(),
           "plPriority"    => 0,