Remove word 'field' from GECOS param label

No other param/field has 'field' in a label.
This commit is contained in:
Petr Vobornik
2013-07-23 15:32:13 +02:00
parent 1f89cb959c
commit e08f4620cf
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ class user(LDAPObject):
label=_('Home directory'),
),
Str('gecos?',
label=_('GECOS field'),
label=_('GECOS'),
default_from=lambda givenname, sn: '%s %s' % (givenname, sn),
autofill=True,
),