From fc12371ab24a3cad1d216b53705b87f1d68e93d0 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Thu, 27 Sep 2012 00:05:30 -0400 Subject: [PATCH] Bug 7621: Follow up to clarify preference language This patch changes strings only, not functionality. It will clarify the meaning of the AgeRestrictionMarker preference. --- .../en/modules/admin/preferences/circulation.pref | 3 ++- 1 files changed, 2 insertions(+), 1 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 531b878..9b0e3d3 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 @@ -236,8 +236,9 @@ Circulation: no: "Prevent" - patrons from checking out an item whose rental charge would take them over the limit. - + - "Restrict patrons with the following target audience values from checking out inappropriate materials:" - pref: AgeRestrictionMarker - - "E.g. FSK|PEGI|Age| (No white space near |). Entry in MARC field (e.g. 521a) as defined for agerestriction in Koha to MARC mapping. Entry in MARC field like FSK 12 or PEGI 12 would mean: Borrower must be 12 years old. (Empty: Do not apply age restriction.)" + - "E.g. enter targe audience keyword 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." - - pref: AgeRestrictionOverride choices: -- 1.7.2.3