From e69a8b61ceeb6d56d3eddefa3336b7ec49e8b1bd Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 25 Oct 2005 08:17:29 +0000 Subject: [PATCH] Tab name git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1680 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/ogroups/tabs_ogroups.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2