summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorGabe <redhatrises@gmail.com>2015-05-05 06:33:27 -0600
committerPetr Vobornik <pvoborni@redhat.com>2015-05-07 10:38:26 +0200
commitd1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090 (patch)
treeabc87d96218c11c22833f70a62f265374ddd7d36 /ipalib/plugins/internal.py
parent37784625eba7d9f7f3cbd18483708a45ece3061e (diff)
downloadfreeipa-d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090.tar.gz
freeipa-d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090.tar.xz
freeipa-d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090.zip
Unsaved changes dialog internally inconsistent
https://fedorahosted.org/freeipa/ticket/4926 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index e04e84340..a76a3180d 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -223,7 +223,9 @@ class i18n_messages(Command):
"reset_password_and_login": _("Reset Password and Login"),
"restore": _("Restore"),
"retry": _("Retry"),
+ "revert": _("Revert"),
"revoke": _("Revoke"),
+ "save": _("Save"),
"set": _("Set"),
"unapply": ("Un-apply"),
"update": _("Update"),