summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: de7b19f)
raw | patch | inline | side by side (parent: de7b19f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Feb 2008 07:52:53 +0000 (07:52 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index 2a59d5b86323e1051632f534a586f1367022dd07..085146744c53d9c8f21e0f8634b47766de4550f6 100644 (file)
$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 ();
}
}