diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2015-05-22 13:39:18 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2015-06-04 13:20:44 +0200 |
commit | 604331f0bedf65b6c61a9c1b2d743d5d965576a9 (patch) | |
tree | e54661560ae6566f88db5dd9a9e19d4bdd41299d /ipalib/plugins | |
parent | b189e66298816c3414e027c914b5e62f30512330 (diff) | |
download | freeipa-604331f0bedf65b6c61a9c1b2d743d5d965576a9.tar.gz freeipa-604331f0bedf65b6c61a9c1b2d743d5d965576a9.tar.xz freeipa-604331f0bedf65b6c61a9c1b2d743d5d965576a9.zip |
webui: IPA.command_dialog - a new dialog base class
refactoring for:
https://fedorahosted.org/freeipa/ticket/4997
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipalib/plugins')
-rw-r--r-- | ipalib/plugins/internal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 53a70d450..bb05a74e5 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -259,6 +259,7 @@ class i18n_messages(Command): "remove_empty": _("Select entries to be removed."), "remove_title": _("Remove ${entity}"), "show_details": _("Show details"), + "success": _("Success"), "validation_title": _("Validation error"), "validation_message": _("Input form contains invalid or missing values."), }, |