From 67cd5df7459e6bc5f986dfce62a1e35fc64e1313 Mon Sep 17 00:00:00 2001
From: Aliki Pavlidou <pavlidoualiki@gmail.com>
Date: Sat, 4 Jun 2016 12:10:38 +0000
Subject: [PATCH] Bug 15641 - Typo in explanation for
 MembershipExpiryDaysNotice

There's an extra period after the word "in" in the MembershipExpiryDaysNotice sys

"Send an account expiration notice when a patron's card will expire in. [value box

Bug fixed!

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
index f7b5706..4dc43db 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
@@ -84,7 +84,7 @@ Patrons:
            class: integer
          - days beforehand.
      -
-         - Send an account expiration notice when a patron's card will expire in.
+         - Send an account expiration notice when a patron's card will expire in
          - pref: MembershipExpiryDaysNotice
            class: integer
          - days.
-- 
2.7.4