summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 645ccd5)
raw | patch | inline | side by side (parent: 645ccd5)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Feb 2008 08:21:12 +0000 (08:21 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Feb 2008 08:21:12 +0000 (08:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8802 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/class_posixAccount.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc
index 30b8ce1ebd5e8f882b951253f3281f7fc8bd72cc..b849fbf936070600307ec5decef600099993780b 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 ();
}
}