From e08f4620cf62872bbdf27ac561c283b02d1536e4 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 19 Jul 2013 13:35:17 +0200 Subject: Remove word 'field' from GECOS param label No other param/field has 'field' in a label. --- ipalib/plugins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/user.py') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index 4fd94210..471981f4 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, ), -- cgit