Code

Added translation
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Feb 2008 07:52:53 +0000 (07:52 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Feb 2008 07:52:53 +0000 (07:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8798 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/posix/class_posixAccount.inc

index 2a59d5b86323e1051632f534a586f1367022dd07..085146744c53d9c8f21e0f8634b47766de4550f6 100644 (file)
@@ -862,7 +862,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 ();
       }
     }