From 59e2b4e105b1f5c55b97665fce44bccd58f0c7a1 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 22 Nov 2015 01:48:31 +0100 Subject: [PATCH] Bug 15229: Fix tiny typos in error messages of batch checkout page Patch fixes some small spelling errors on the batch checkouts page. Also switches 'reserves' to 'holds'. To test: - Read the patch and verify that the changes are correct. Signed-off-by: Hector Castro Changes are correct, patch fixes capitalization and typo Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher --- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt index fef0b11414..d73348c02d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -138,16 +138,16 @@ $(document).ready(function() { Age restriction [% checkout_info.AGE_RESTRICTION %] [% END %] [% IF checkout_info.RENEW_ISSUE %] - This Item is currently checked out to this patron. Renew? + This item is currently checked out to this patron. Renew? [% END %] [% IF checkout_info.RESERVE_WAITING %] - This Item has been waiting for another patron. + This item has been waiting for another patron. [% END %] [% IF checkout_info.RESERVED %] - This Item has been on hold for another patron. + This item has been on hold for another patron. [% END %] [% IF checkout_info.ISSUED_TO_ANOTHER %] - This Item is checked out to another patron. + This item is checked out to another patron. [% IF CAN_user_circulate_force_checkout %] Check in and check out? [% END %] @@ -156,7 +156,7 @@ $(document).ready(function() { Too many checked out. [% END %] [% IF checkout_info.BORRNOTSAMEBRANCH %] - This patrons is from a different library ([% checkout_info.BORRNOTSAMEBRANCH %]) + This patron is from a different library ([% checkout_info.BORRNOTSAMEBRANCH %]) [% END %] [% IF checkout_ino.PATRON_CANT %] This patron can't check out this item per library circulation policy. @@ -201,7 +201,7 @@ $(document).ready(function() { This item has been lost with a status of "[% checkout_info.alert.ITEM_LOST %]". [% END %] [% IF checkout_info.alert.OTHER_CHARGES %] - The patron has unpaid charges for reserves, rentals etc of [% checkout_info.alert.OTHER_CHARGES %]. + The patron has unpaid charges for holds, rentals etc of [% checkout_info.alert.OTHER_CHARGES %]. [% END %]

[% END %] -- 2.11.4.GIT