Code

Updated headline
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 08:45:27 +0000 (08:45 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 08:45:27 +0000 (08:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17577 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/acl/class_aclRole.inc

index d36f235d7cc5c9e169a752190721a362dc659274..725ec7a8569f8fa14c4645186d6f39beaa70fc1c 100644 (file)
@@ -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.
   }