fixed tab labels

This commit is contained in:
Roland Gruber 2013-10-08 16:14:58 +00:00
parent 398343b9b2
commit 3c497505a3
1 changed files with 2 additions and 2 deletions

View File

@ -88,10 +88,10 @@ class user extends baseType {
*/
function getListAttributeDescriptions() {
return array (
"uid" => _("User ID"),
"uid" => _("User name"),
"uidnumber" => _("UID number"),
"gidnumber" => _("GID number"),
"cn" => _("User name"),
"cn" => _("Common name"),
"host" => _("Allowed hosts"),
"givenname" => _("First name"),
"sn" => _("Last name"),