From 45a5b61565e326e59eb409d4278a302a8b2fdfcc Mon Sep 17 00:00:00 2001
From: Nicole C. Engard <nengard@bywatersolutions.com>
Date: Thu, 11 Oct 2012 19:52:21 -0400
Subject: [PATCH] [SIGNED-OFF] Bug 7751: Follow up: fix preference text
Content-Type: text/plain; charset="utf-8"

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'.

Signed-off-by: Marc Veron <veron@veron.ch>

Tiny patch, text change only, text apears as expected.
---
 .../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.5