summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Voborník <pvoborni@redhat.com>2012-01-19 10:28:44 +0100
committerEndi S. Dewata <edewata@redhat.com>2012-01-30 17:47:07 -0600
commit1f3d8003f7ccb7793be6452942f62d10433e7f27 (patch)
tree58ba6ece0bb5519b02728b1a0ca98d71dce8e915 /ipalib/plugins/internal.py
parent71f934348095df57c3fc8f02c5e8eacc929c7354 (diff)
downloadfreeipa-1f3d8003f7ccb7793be6452942f62d10433e7f27.tar.gz
freeipa-1f3d8003f7ccb7793be6452942f62d10433e7f27.tar.xz
freeipa-1f3d8003f7ccb7793be6452942f62d10433e7f27.zip
Modifying DNS UI to benefit from new DNS API
DNS UI was modified to offer structured way of defining DNS records. https://fedorahosted.org/freeipa/ticket/2208
Diffstat (limited to 'ipalib/plugins/internal.py')
-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 3e60f41b4..a2d8e98ca 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -183,6 +183,7 @@ class i18n_messages(Command):
"add_many": _("Add Many"),
"cancel": _("Cancel"),
"close": _("Close"),
+ "edit": _("Edit"),
"find": _("Find"),
"get": _("Get"),
"issue": _("Issue"),
@@ -213,6 +214,7 @@ class i18n_messages(Command):
"confirmation": _("Confirmation"),
"dirty_message": _("This page has unsaved changes. Please save or revert."),
"dirty_title": _("Unsaved Changes"),
+ "edit_title": _("Edit ${entity}"),
"hide_details": _("Hide details"),
"prospective": _("Prospective"),
"redirection": _("Redirection"),