Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 21 May 2008 09:57:33 +0000 (09:57 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 21 May 2008 09:57:33 +0000 (09:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10982 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/ogroups/tabs_ogroups.inc

index f8eeab1eb6127c6dc409a433d9e6ea39e423ca0d..47af9e79ae6ac30f61ecf813c05d62316ca23f65 100644 (file)
@@ -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;