summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-04-14 16:44:03 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-10 10:23:26 +0200
commita98df325b6b0d7bf41509e8c8247a9422f179429 (patch)
tree488c57ede5c67b122aa01f0c5eb48dcb3625144f /ipalib/plugins/internal.py
parentbe3aadd06ad2cdc434827e78e5227f34ecf63aa0 (diff)
downloadfreeipa-a98df325b6b0d7bf41509e8c8247a9422f179429.tar.gz
freeipa-a98df325b6b0d7bf41509e8c8247a9422f179429.tar.xz
freeipa-a98df325b6b0d7bf41509e8c8247a9422f179429.zip
webui: add confirmation to action dropdown actions
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'ipalib/plugins/internal.py')
-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 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}?"),