From 4edd3f941b2742eec4c10a5c3883edcae151fa2f Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Thu, 11 Oct 2012 19:52:21 -0400 Subject: [PATCH] Bug 7751: Follow up: fix preference text The preference used to read 'loan period by' but it's actually reducing the checkout period 'to' the number of days entered in the preference. This patch changes 'by' to 'to'. --- .../en/modules/admin/preferences/circulation.pref | 2 +- 1 files changed, 1 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 62938b4..5d39a34 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 @@ -425,7 +425,7 @@ Circulation: choices: yes: Enable no: "Don't enable" - - the reduction of loan period by + - the reduction of loan period to - pref: decreaseLoanHighHoldsDuration class: integer - days for items with more than -- 1.7.2.3