Bugzilla – Attachment 45089 Details for
Bug 15229
Tiny typo: This patrons is ...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 15229: Fix tiny typos in error messages of batch checkout page
SIGNED-OFFBug-15229-Fix-tiny-typos-in-error-messag.patch (text/plain), 3.32 KB, created by
Héctor Eduardo Castro Avalos
on 2015-11-23 00:07:08 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15229: Fix tiny typos in error messages of batch checkout page
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2015-11-23 00:07:08 UTC
Size:
3.32 KB
patch
obsolete
>From 46d6ad49824ead7e9b929a53d70c770696027f64 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 22 Nov 2015 01:48:31 +0100 >Subject: [PATCH] [SIGNED-OFF]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 <hector.hecaxmmx@gmail.com> >Changes are correct, patch fixes capitalization and typo > >http://bugs.koha-community.org/show_bug.cgi?id=15224 >--- > .../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 fef0b11..d73348c 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 %])</li> >+ This patron is from a different library ([% checkout_info.BORRNOTSAMEBRANCH %])</li> > [% 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 %] > </p> > [% END %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15229
:
45076
|
45089
|
45157
|
45158
|
46050
|
46051