From d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 5 May 2015 06:33:27 -0600 Subject: Unsaved changes dialog internally inconsistent https://fedorahosted.org/freeipa/ticket/4926 Reviewed-By: Petr Vobornik --- ipalib/plugins/internal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib') 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"), -- cgit