Bug 3809: minor language change on import patrons tool
authorNicole Engard <nengard@gmail.com>
Sat, 19 Dec 2009 01:13:50 +0000 (20:13 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 22 Dec 2009 18:14:50 +0000 (19:14 +0100)
koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl

index f966c5f..e71fc5f 100644 (file)
     </fieldset>
     <!-- TMPL_IF NAME="ExtendedPatronAttributes" -->
        <fieldset class="rows">
-       <legend>Extended 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 Extended 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 Extended 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>