From: cajus Date: Thu, 18 May 2006 07:25:10 +0000 (+0000) Subject: Shrinked description X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8974c1628da6beb20fa137d43a9a1213b17d5898;p=gosa.git Shrinked description git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3405 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/ogroups/tabs_ogroups.inc b/plugins/admin/ogroups/tabs_ogroups.inc index c4fdeed3b..e23e75bd6 100644 --- a/plugins/admin/ogroups/tabs_ogroups.inc +++ b/plugins/admin/ogroups/tabs_ogroups.inc @@ -80,7 +80,7 @@ class ogrouptabs extends tabs if(((preg_match("/T/",$objects)) || (preg_match("/W/",$objects)))&&(!isset($this->by_object['termgroup']))){ require_once("class_termgroup.inc"); if(!isset($this->by_object['termgroup'])){ - $this->by_name['termgroup']= _("Common settings"); + $this->by_name['termgroup']= _("System"); $this->by_object['termgroup']= new termgroup($this->config, $this->dn); $this->by_object['termgroup']->parent= &$this; }