From: cajus Date: Mon, 12 Apr 2010 08:45:27 +0000 (+0000) Subject: Updated headline X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7b4039b38f8274808b129fa3ea34bb7902411742;p=gosa.git Updated headline git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17577 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 d36f235d7..725ec7a85 100644 --- a/gosa-core/plugins/admin/acl/class_aclRole.inc +++ b/gosa-core/plugins/admin/acl/class_aclRole.inc @@ -162,7 +162,7 @@ class aclrole extends acl $this->sectionList->setWidth("100%"); $this->sectionList->setHeight("400px"); $this->sectionList->setColspecs(array('200px','*')); - $this->sectionList->setHeader(array(_("Section"),_("Description"))); + $this->sectionList->setHeader(array(_("Category"),_("Description"))); $this->sectionList->setDefaultSortColumn(1); $this->sectionList->setAcl('rwcdm'); // All ACLs, we filter on our own here. }