From 7b4039b38f8274808b129fa3ea34bb7902411742 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 12 Apr 2010 08:45:27 +0000 Subject: [PATCH] Updated headline git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17577 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/acl/class_aclRole.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. } -- 2.30.2