From fe8aeef30773739fe7b17e3c152be5ce858ef9f6 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 27 Sep 2011 09:28:14 -0500 Subject: Added confirmation when adding multiple entries. The adder dialog has been modified to show a confirmation message after each successful addition. Ticket #1786 --- ipalib/plugins/internal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index ce6f2548..76a123dc 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -156,6 +156,7 @@ class i18n_messages(Command): "to_top": _("Back to Top") }, "dialogs": { + "add_confirmation": _("${entity} successfully added"), "add_title": _("Add ${entity}"), "available": _("Available"), "batch_error_message": _("Some operations failed."), -- cgit