summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-04-10 19:27:40 +0200
committerPetr Vobornik <pvoborni@redhat.com>2016-04-15 16:41:55 +0200
commitd01f7e85560039543b01f3f923c670936e11e31c (patch)
tree4382de7e842a5dda51a7e27b6324a3542d75e2ee /ipalib/plugins/internal.py
parent6eb174c5e72e4a4b60cbd61a666fbe90d01e46bb (diff)
downloadfreeipa-d01f7e85560039543b01f3f923c670936e11e31c.tar.gz
freeipa-d01f7e85560039543b01f3f923c670936e11e31c.tar.xz
freeipa-d01f7e85560039543b01f3f923c670936e11e31c.zip
Add activate option to stage user details page
Add activate option to the action menu on stage user details page. https://fedorahosted.org/freeipa/ticket/5369 Reviewed-By: Petr Vobornik <pvoborni@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 7156d4f47..2c0d8b110 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -683,6 +683,7 @@ class i18n_messages(Command):
},
"stageuser": {
"activate_confirm": _("Are you sure you want to activate selected users?"),
+ "activate_one_confirm": _("Are you sure you want to activate ${object}?"),
"activate_success": _("${count} user(s) activated"),
"label": _("Stage users"),
"preserved_label": _("Preserved users"),