summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/user.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-07-19 13:35:17 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-07-23 15:32:13 +0200
commite08f4620cf62872bbdf27ac561c283b02d1536e4 (patch)
tree2bacd71a4c38b502bd398ade859684af591af4df /ipalib/plugins/user.py
parent1f89cb959c3cd0bd0a71a403c335be32cafa5133 (diff)
downloadfreeipa-e08f4620cf62872bbdf27ac561c283b02d1536e4.tar.gz
freeipa-e08f4620cf62872bbdf27ac561c283b02d1536e4.tar.xz
freeipa-e08f4620cf62872bbdf27ac561c283b02d1536e4.zip
Remove word 'field' from GECOS param label
No other param/field has 'field' in a label.
Diffstat (limited to 'ipalib/plugins/user.py')
-rw-r--r--ipalib/plugins/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py
index 4fd942109..471981f48 100644
--- a/ipalib/plugins/user.py
+++ b/ipalib/plugins/user.py
@@ -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,
),