From: cajus Date: Wed, 21 May 2008 09:57:33 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d8fdc6cb9fd943167b0dd2fe1f502ecf3ad50574;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10982 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc b/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc index f8eeab1eb..47af9e79a 100644 --- a/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc +++ b/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc @@ -201,7 +201,7 @@ class ogrouptabs extends tabs /* Add application tab if user or group is member in this object group*/ if(class_available("appgroup")){ if((preg_match("/G/",$objects) || preg_match("/U/",$objects)) && !isset($this->by_name['appgroup'])){ - $this->by_name['appgroup']= _("Application"); + $this->by_name['appgroup']= _("Applications"); $this->by_object['appgroup']= new appgroup($this->config, $this->dn); $this->by_object['appgroup']->acl = "#all#"; $this->by_object['appgroup']->parent= &$this;