From 8adbe2752ebf904dcf4912c7e1a785f8535b0db1 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 11 Feb 2008 08:21:12 +0000 Subject: [PATCH] Updated translation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8802 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/posix/class_posixAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); } } -- 2.30.2