From 5d490ca583394852e968eacc581b9d945664d2d4 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 19 Jan 2016 23:09:03 +0000 Subject: [PATCH] Bug 15618: Typos fixed in circulation.pref --- .../en/modules/admin/preferences/circulation.pref | 23 ++++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index d9c7e25..fe55b61 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -161,7 +161,7 @@ Circulation: choices: yes: Allow no: "Don't allow" - - checkouts of items reserved to someone else. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items. + - checkouts of items which are on hold to someone else. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items. - - pref: AllFinesNeedOverride choices: @@ -278,7 +278,7 @@ Circulation: - - "Restrict patrons with the following target audience values from checking out inappropriate materials:" - pref: AgeRestrictionMarker - - "E.g. enter target audience keyword(s) split by | (bar) FSK|PEGI|Age| (No white space near |). Be sure to map agerestriction in Koha to MARC mapping (e.g. 521$a). A MARC field value of FSK 12 or PEGI 12 would mean: Borrower must be 12 years old. Leave empty to not apply an age restriction." + - "E.g. Enter target audience keyword(s) split by | (pipe) FSK|PEGI|Age| (No white space near |). Be sure to map agerestriction in Koha to MARC mapping (e.g. 521$a). A MARC field value of FSK 12 or PEGI 12 would mean: 'Borrower must be 12 years old'. Leave empty to not apply an age restriction." - - pref: AgeRestrictionOverride choices: @@ -363,10 +363,9 @@ Circulation: - "When issuing an item that has been marked as lost, " - pref: IssueLostItem choices: - confirm: "require confirmation" - alert: "display a message" - nothing : "do nothing" - - . + confirm: "require confirmation." + alert: "display a message." + nothing : "do nothing." - - pref: AllowMultipleIssuesOnABiblio choices: @@ -426,7 +425,7 @@ Circulation: - pref: UpdateNotForLoanStatusOnCheckin type: textarea class: code - - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value + - "This is a list of value pairs. When an item is checked in, if the 'Not For Loan' value on the left matches the item's 'Not For Loan' value," - "it will be updated to the right-hand value. E.g. '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan." - Each pair of values should be on a separate line. Holds Policy: @@ -523,9 +522,9 @@ Circulation: - - pref: emailLibrarianWhenHoldIsPlaced choices: - yes: Enable - no: "Don't enable" - - "sending an email to the Koha administrator email address whenever a hold request is placed." + yes: Do + no: "Don't" + - "send an email to the Koha administrator email address whenever a hold request is placed." - - pref: DisplayMultiPlaceHold choices: @@ -670,8 +669,8 @@ Circulation: - Have patrons login into the web-based self checkout system with their - pref: SelfCheckoutByLogin choices: - yes: Username and Password - no: Barcode + yes: username and password + no: barcode - - "Time out the current patron's web-based self checkout system login after" - pref: SelfCheckTimeout -- 1.7.10.4