From: hickert Date: Tue, 25 Oct 2005 08:17:29 +0000 (+0000) Subject: Tab name X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e69a8b61ceeb6d56d3eddefa3336b7ec49e8b1bd;p=gosa.git Tab name git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1680 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/ogroups/tabs_ogroups.inc b/plugins/admin/ogroups/tabs_ogroups.inc index 896a15923..abccd5e53 100644 --- a/plugins/admin/ogroups/tabs_ogroups.inc +++ b/plugins/admin/ogroups/tabs_ogroups.inc @@ -94,7 +94,7 @@ class ogrouptabs extends tabs $this->by_object['workstartup']= new workstartup($this->config, $this->dn); $this->by_object['workstartup']->acl = "#all#"; $this->by_object['workstartup']->parent= &$this; - $this->by_name['workservice']= _("Service"); + $this->by_name['workservice']= _("Devices"); $this->by_object['workservice']= new workservice($this->config, $this->dn); $this->by_object['workservice']->acl = "#all#"; $this->by_object['workservice']->parent= &$this;