From: cajus Date: Mon, 11 Feb 2008 08:21:12 +0000 (+0000) Subject: Updated translation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8adbe2752ebf904dcf4912c7e1a785f8535b0db1;p=gosa.git Updated translation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8802 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc index 30b8ce1eb..b849fbf93 100644 --- a/gosa-core/plugins/personal/posix/class_posixAccount.inc +++ b/gosa-core/plugins/personal/posix/class_posixAccount.inc @@ -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 (); } }