From 1f3d8003f7ccb7793be6452942f62d10433e7f27 Mon Sep 17 00:00:00 2001 From: Petr Voborník Date: Thu, 19 Jan 2012 10:28:44 +0100 Subject: 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 --- ipalib/plugins/internal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 3e60f41b..a2d8e98c 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"), -- cgit