From 9c1651ad346748ff9aa9563036ef9bbca76ab9a2 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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.9.5