Bug 15403: Tidy up error messages in Staff lists

To test:
1) Create a list on the intranet, observe the message
2) Create another list with the same name, observe the message
3) Delete a list, observe the message
4) Check the patch itself for typos

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
Aleisha 2016-01-13 23:44:58 +00:00 committed by Brendan A Gallagher
parent 115d6637c2
commit f6c1b30d6f

View file

@ -324,19 +324,19 @@ function placeHold () {
<div class="dialog [% m.type %]">
[% SWITCH m.code %]
[% CASE 'error_on_update' %]
<span>An error occurred when updating this list. Perhaps the value already exists.</span>
<span>An error occurred when updating this list.</span>
[% CASE 'error_on_insert' %]
<span>An error occurred when inserting this list. Perhaps the name already exists.</span>
<span>An error occurred when creating this list./span>
[% CASE 'error_on_delete' %]
<span>An error occurred when deleting this list. Check the logs.</span>
<span>An error occurred when deleting this list.</span>
[% CASE 'error_on_add_biblio' %]
<span>The item has not been added to the list. Please check it's not in this list yet.</span>
<span>The item has not been added to the list. Please check it's not already in the list.</span>
[% CASE 'success_on_update' %]
<span>List updated with success.</span>
<span>List updated.</span>
[% CASE 'success_on_insert' %]
<span>List inserted with success.</span>
<span>List created.</span>
[% CASE 'success_on_delete' %]
<span>List deleted with success.</span>
<span>List deleted.</span>
[% CASE 'success_on_add_biblio' %]
<span>The item has been added to the list.</span>
[% CASE 'success_on_remove_biblios' %]
@ -352,11 +352,11 @@ function placeHold () {
[% CASE 'unauthorized_on_delete' %]
<span>You do not have permission to delete this list.</span>
[% CASE 'unauthorized_on_add_biblio' %]
<span>You do not have permission to add a biblio to this list.</span>
<span>You do not have permission to add a record to this list.</span>
[% CASE 'no_biblio_removed' %]
<span>No biblio has been removed.</span>
<span>No record was removed.</span>
[% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %]
<span>An error occurred when inserting this list. The name [% shelfname %] already exists.</span>
<span>An error occurred when creating this list. The name [% shelfname %] already exists.</span>
[% CASE 'Koha::Exceptions::Virtualshelves::UseDbAdminAccount' %]
<span>List could not be created. (Do not use the database administrator account.)</span>
[% CASE 'DBIx::Class::Exception' %]