From 113306b36fd8a184e9428714fe5e06d4017b5eaa Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 11 Dec 2013 13:46:15 +0100 Subject: [PATCH] Bug 10861: Follow-up for typo in patrons.pref I'd rather have a comma than a coma :) Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- .../prog/en/modules/admin/preferences/patrons.pref | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 a0c9dbf..848ec61 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 @@ -142,4 +142,4 @@ Patrons: - - Card numbers for patrons must be strictly equal to - pref: CardnumberLength - - characters. The length can be a simple number or a range separated by a coma (xx,yy). + - characters. The length can be a simple number or a range separated by a comma (xx,yy). -- 1.7.2.5