diff options
author | Petr VobornÃk <pvoborni@redhat.com> | 2012-02-10 18:29:57 +0100 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2012-02-14 08:35:49 -0600 |
commit | 2755709f2e1d484d5f51bc10ad4d1f654c87dc2d (patch) | |
tree | f7d81ccc5aa892fe9f9b49b8c4f37fad21f8a018 /ipalib/plugins | |
parent | 7e02cb8aecc517c484faa3baa18dedef059a219f (diff) | |
download | freeipa-2755709f2e1d484d5f51bc10ad4d1f654c87dc2d.tar.gz freeipa-2755709f2e1d484d5f51bc10ad4d1f654c87dc2d.tar.xz freeipa-2755709f2e1d484d5f51bc10ad4d1f654c87dc2d.zip |
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
Diffstat (limited to 'ipalib/plugins')
-rw-r--r-- | ipalib/plugins/internal.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 843d71f78..805f458a2 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"), |