[Koha-patches] [PATCH] Bug 12106 - Capitalization: Patron Attributes on tools/patron import

Owen Leonard oleonard at myacpl.org
Fri May 2 20:37:05 CEST 2014


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 @@
     </fieldset>
     [% IF ( ExtendedPatronAttributes ) %]
 	<fieldset class="rows">
-	<legend>Patron Attributes</legend>
+    <legend>Patron attributes</legend>
     <ol><li class="radio">
-        <input type="radio" id="ext_preserve_0" name="ext_preserve" value="0" checked="checked" /><label for="ext_preserve_0">Replace all Patron Attributes</label>
+        <input type="radio" id="ext_preserve_0" name="ext_preserve" value="0" checked="checked" /><label for="ext_preserve_0">Replace all patron attributes</label>
         </li>
         <li class="radio">
-        <input type="radio" id="ext_preserve_1" name="ext_preserve" value="1" /><label for="ext_preserve_1">Replace only included Patron Attributes</label>
+        <input type="radio" id="ext_preserve_1" name="ext_preserve" value="1" /><label for="ext_preserve_1">Replace only included patron attributes</label>
         </li>
     </ol>
     </fieldset>
-- 
1.7.9.5


More information about the Koha-patches mailing list