diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-09-27 09:28:14 -0500 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-10-05 14:51:50 +0200 |
commit | fe8aeef30773739fe7b17e3c152be5ce858ef9f6 (patch) | |
tree | c56212d6214a62f3fb81114e0bb77fac4b10d552 /install/ui/test | |
parent | f93d71409aa78c4e5c860405cdcc3bc6ffc49280 (diff) | |
download | freeipa-fe8aeef30773739fe7b17e3c152be5ce858ef9f6.tar.gz freeipa-fe8aeef30773739fe7b17e3c152be5ce858ef9f6.tar.xz freeipa-fe8aeef30773739fe7b17e3c152be5ce858ef9f6.zip |
Added confirmation when adding multiple entries.
The adder dialog has been modified to show a confirmation message
after each successful addition.
Ticket #1786
Diffstat (limited to 'install/ui/test')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 292e80df2..b7ea2d973 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -16761,6 +16761,7 @@ "to_top": "Back to Top" }, "dialogs": { + "add_confirmation": "${entity} successfully added", "add_title": "Add ${entity}", "available": "Available", "batch_error_message": "Some operations failed.", |