From a642ea0682185b07b8a9d3198f224c53e1e1a62d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 29 Mar 2012 16:03:03 +0200 Subject: [PATCH] Bug 7836 - Poor English on Patron Attribute Form Signed-off-by: Chris Cormack (Poor being subjective, being an en-NZ speaker, all the US misspellings are poor to me :)) --- .../prog/en/modules/admin/patron-attr-types.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt index 6fff8ab..54bd8f2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -194,7 +194,7 @@ function CheckAttributeTypeForm(f) { [% IF ( cat.categorycode == category_code ) %][% ELSE %][% END %] [% END %] - Please let blank if you want these attributs to be for all types of patron. Else, select one type. + Choose one to limit this attribute to one patron type. Please leave blank if you want these attributes to be available for all types of patrons.
  • -- 1.7.5.4