From 2755709f2e1d484d5f51bc10ad4d1f654c87dc2d Mon Sep 17 00:00:00 2001 From: Petr Voborník Date: Fri, 10 Feb 2012 18:29:57 +0100 Subject: Removed question marks from field labels In user group adder dialog, the "Is this a POSIX group?" was replaced with "POSIX group". In host search facet, the "Enrolled?" was replaced with "Enrolled". https://fedorahosted.org/freeipa/ticket/2353 --- ipalib/plugins/internal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 843d71f7..805f458a 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -353,7 +353,7 @@ class i18n_messages(Command): }, "group": { "details": _("Group Settings"), - "posix": _("Is this a POSIX group?"), + "posix": _("POSIX group"), }, "hbacrule": { "any_host": _("Any Host"), @@ -391,7 +391,7 @@ class i18n_messages(Command): "cn": _("Host Name"), "delete_key_unprovision": _("Delete Key, Unprovision"), "details": _("Host Settings"), - "enrolled": _("Enrolled?"), + "enrolled": _("Enrolled"), "enrollment": _("Enrollment"), "fqdn": _("Fully Qualified Host Name"), "keytab": _("Kerberos Key"), -- cgit