From a98df325b6b0d7bf41509e8c8247a9422f179429 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 14 Apr 2014 16:44:03 +0200 Subject: webui: add confirmation to action dropdown actions Reviewed-By: Endi Sukma Dewata --- 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 a34d2cb16..e6c17f273 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -150,6 +150,7 @@ class i18n_messages(Command): "actions": { "apply": _("Apply"), "automember_rebuild": _("Rebuild auto membership"), + "automember_rebuild_confirm": _("Are you sure you want to rebuild auto membership?"), "automember_rebuild_success": _("Automember rebuild membership task completed"), "confirm": _("Are you sure you want to proceed with the action?"), "delete_confirm": _("Are you sure you want to delete ${object}?"), -- cgit