View | Details | Raw Unified | Return to bug 15403
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +1 lines)
Lines 328-334 function placeHold () { Link Here
328
        [% CASE 'error_on_delete' %]
328
        [% CASE 'error_on_delete' %]
329
            <span>An error occurred when deleting this list.</span>
329
            <span>An error occurred when deleting this list.</span>
330
        [% CASE 'error_on_add_biblio' %]
330
        [% CASE 'error_on_add_biblio' %]
331
           <span>The item has not been added to the list. Please check it's not already in the list.</span>
331
           <span>The item has not been added to the list. Please verify it is not already in the list.</span>
332
        [% CASE 'success_on_update' %]
332
        [% CASE 'success_on_update' %]
333
            <span>List updated.</span>
333
            <span>List updated.</span>
334
        [% CASE 'success_on_insert' %]
334
        [% CASE 'success_on_insert' %]
335
- 

Return to bug 15403