Added confirmation when adding multiple entries.

The adder dialog has been modified to show a confirmation message
after each successful addition.

Ticket #1786
This commit is contained in:
Endi S. Dewata
2011-09-27 09:28:14 -05:00
committed by Martin Kosek
parent f93d71409a
commit fe8aeef307
10 changed files with 57 additions and 19 deletions

View File

@@ -156,6 +156,7 @@ class i18n_messages(Command):
"to_top": _("Back to Top")
},
"dialogs": {
"add_confirmation": _("${entity} successfully added"),
"add_title": _("Add ${entity}"),
"available": _("Available"),
"batch_error_message": _("Some operations failed."),