From ef00aeb33a92743563af4a30012ce3547aed76e0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 2 May 2014 14:33:54 -0400 Subject: [PATCH] Bug 12106: fix capitalization: "Patron Attributes" on tools/patron import MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit There are three instances of incorrectly-capitalized "Patron Attributes" on the patron import page. This patch corrects them. To test, view the patron import page (Tools -> Import patrons). Confirm that instances of the phrase "patron attributes" in the bottom-most fieldset are correctly capitalized. Followed test plan, works Signed-off-by: Marc Véron Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt index 1ed23d0d7c..894dc2a159 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt @@ -131,12 +131,12 @@ [% IF ( ExtendedPatronAttributes ) %]
- Patron Attributes + Patron attributes
  1. - +
  2. - +
-- 2.39.5