summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-04-14 12:21:49 +0200
committerMartin Basti <mbasti@redhat.com>2016-04-22 10:11:48 +0200
commitf4467923535b54795e79ca30e4a5de74ab66820d (patch)
tree06ef5b08d5a0ae90215f31841404deb0a6dc4765 /ipalib
parenta023dcbc5c2e60d29938588845905b62986c3a93 (diff)
downloadfreeipa-f4467923535b54795e79ca30e4a5de74ab66820d.tar.gz
freeipa-f4467923535b54795e79ca30e4a5de74ab66820d.tar.xz
freeipa-f4467923535b54795e79ca30e4a5de74ab66820d.zip
Add 'skip overlap check' checkbox into add zone dialog
https://fedorahosted.org/freeipa/ticket/5773 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 2c0d8b110..54871f76d 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -469,6 +469,7 @@ class i18n_messages(Command):
"remove_permission": _("Remove Permission"),
"remove_permission_confirm": _("Are you sure you want to remove permission for DNS Zone ${object}?"),
"skip_dns_check": _("Skip DNS check"),
+ "skip_overlap_check": _("Skip overlap check"),
"soamname_change_message": _("Do you want to check if new authoritative nameserver address is in DNS"),
"soamname_change_title": _("Authoritative nameserver change"),
},