summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-04-04 10:49:16 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-04-10 15:46:58 +0200
commite4ab2ef2251404f668c8de14e142fe39b96ba1ae (patch)
tree711bc1581e072dabc92740ca2453e714db8754ac /ipalib
parent49ed21dee4d3c2524f633592f935ba39c5faba6a (diff)
downloadfreeipa.git-e4ab2ef2251404f668c8de14e142fe39b96ba1ae.tar.gz
freeipa.git-e4ab2ef2251404f668c8de14e142fe39b96ba1ae.tar.xz
freeipa.git-e4ab2ef2251404f668c8de14e142fe39b96ba1ae.zip
DNS forward policy: checkboxes changed to radio buttons
DNS forward policy fields were using mutually exclusive checkboxes. Such behavior is unusual for users. Checkboxes were changed to radios. https://fedorahosted.org/freeipa/ticket/2599
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 2f0948ae..66507c88 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -338,6 +338,8 @@ class i18n_messages(Command):
"delegation": {
},
"dnsconfig": {
+ "forward_first": _("Forward first"),
+ "forward_only": _("Forward only"),
"options": _("Options"),
},
"dnsrecord": {