From 30bb74f004cf189869f8d6f20b7fc96b7bab6223 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 2 May 2014 14:33:54 -0400 Subject: [PATCH] Bug 12106 - Capitalization: Patron Attributes on tools/patron import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 --- .../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 1ed23d0..894dc2a 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. - +
-- 1.7.10.4