Bug 15394 - Tidy up error messages in OPAC lists
authorLiz Rea <liz@catalyst.net.nz>
Thu, 17 Dec 2015 22:01:47 +0000 (11:01 +1300)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 14 Jan 2016 17:24:49 +0000 (17:24 +0000)
To test:

Create a list in the OPAC, observe the message
Create another list in the OPAC with the same name, observe the message
Delete a list, observe the message

Check the patch itself, look for typos.

Signed-off-by: Aleisha <aleishaamohia@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt

index a92a5cb..7fd410b 100644 (file)
                     [% END %]
                     [% 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 'error_on_remove_share' %]
                         <span>The share has not been removed.</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' %]
                     [% CASE 'unauthorized_on_view' %]
                         <span>You do not have permission to view this list.</span>
                     [% CASE 'unauthorized_on_insert' %]
-                        <span>You do not have permission to insert a new list.</span>
+                        <span>You do not have permission to create a new list.</span>
                     [% CASE 'unauthorized_on_update' %]
                         <span>You do not have permission to update this list.</span>
                     [% 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 the list. The name [% shelfname %] already exists.</span>
                     [% CASE 'DBIx::Class::Exception' %]
                         [% m.msg %]
                     [% CASE %]