From fa87cd92c9ddf0445505648fd313ae86921b5d9f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 29 Mar 2012 16:03:03 +0200 Subject: [PATCH 1/1] Bug 7836 - Poor English on Patron Attribute Form --- .../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.7.3