[Koha-patches] [PATCH] Bug 7751: Follow up: fix preference text

Nicole C. Engard nengard at bywatersolutions.com
Fri Oct 12 01:54:33 CEST 2012


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



More information about the Koha-patches mailing list