Code

Updated translation
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Feb 2008 08:21:12 +0000 (08:21 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Feb 2008 08:21:12 +0000 (08:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8802 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/posix/class_posixAccount.inc

index 30b8ce1ebd5e8f882b951253f3281f7fc8bd72cc..b849fbf936070600307ec5decef600099993780b 100644 (file)
@@ -915,7 +915,7 @@ class posixAccount extends plugin
         $g->cn= $this->uid;
         $g->force_gid= 1;
         $g->gidNumber= $this->gidNumber;
-        $g->description= "Group of user ".$this->givenName." ".$this->sn;
+        $g->description= _("Group of user")." ".$this->givenName." ".$this->sn;
         $g->save ();
       }
     }