From: cajus Date: Mon, 11 Feb 2008 07:52:53 +0000 (+0000) Subject: Added translation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=efc67ca4369a5bf893a88751f9abd07e4b7fc2b0;p=gosa.git Added translation git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8798 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc index 2a59d5b86..085146744 100644 --- a/plugins/personal/posix/class_posixAccount.inc +++ b/plugins/personal/posix/class_posixAccount.inc @@ -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 (); } }