From 2a2a1295c7ad87a8f59c358d05793282639b413e 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 Content-Type: text/plain; charset=utf-8 I'd rather have a comma than a coma :) Signed-off-by: Marcel de Rooy --- .../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.7.6