From efc67ca4369a5bf893a88751f9abd07e4b7fc2b0 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 11 Feb 2008 07:52:53 +0000 Subject: [PATCH] Added translation git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8798 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/posix/class_posixAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); } } -- 2.30.2