Bug 19833: Kill all the "bibilos" - final couple
authorCharlotte Cordwell <charlotte.cordwell123@gmail.com>
Wed, 17 Jan 2018 01:55:30 +0000 (01:55 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 19 Sep 2018 13:54:43 +0000 (13:54 +0000)
Check the following files to see that all "biblio" or "biblio record"are changed to "bibliograhic records" and there are no typos.

modules/ill/ill-requests.tt
modules/installer/step3.tt

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt
koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt

index 8bc9268..1c8e7c7 100644 (file)
                 func: createStatus
             },
             biblio_id: {
-                name: _("Biblio ID")
+                name: _("Bibliograpic Record ID")
             },
             library: {
                 name: _("Library"),
                                     <input name="borrowernumber" id="borrowernumber" type="text" value="[% request.borrowernumber | html %]">
                                 </li>
                                 <li class="biblio_id">
-                                    <label for="biblio_id" class="biblio_id">Biblio ID:</label>
+                                    <label for="biblio_id" class="biblio_id">Bibliographic Record ID:</label>
                                     <input name="biblio_id" id="biblio_id" type="text" value="[% request.biblio_id | html %]">
                                 </li>
                                 <li class="branchcode">
                                 </div>
 
                                 <div class="biblio_id">
-                                    <span class="label biblio_id">Biblio ID:</span>
+                                    <span class="label biblio_id">Bibliographic record ID:</span>
                                     [% request.biblio_id || "N/A" | html %]
                                 </div>
                                 <div class="branchcode">
                                     <th>Author</th>
                                     <th>Title</th>
                                     <th>Patron</th>
-                                    <th>Biblio ID</th>
+                                    <th>Bibliographic Record ID</th>
                                     <th>Library</th>
                                     <th>Status</th>
                                     <th>Updated on</th>
index 60fa02b..2f5d45d 100644 (file)
@@ -57,7 +57,7 @@
                         <input type="hidden" name="step" value="3" />
                         <input type="hidden" name="op" value="selectframeworks" />
 
-                        <p>MARC stands for Machine Readable Cataloging. A MARC record contains bibliographic information about an item. MARC21 is used globally, UNIMARC tends to be used in a few European countries. </p>
+                        <p>MARC stands for Machine Readable Cataloging. A MARC record contains bibliographic record information about an item. MARC21 is used globally, UNIMARC tends to be used in a few European countries. </p>
 
                         [% FOREACH flavourloo IN flavourloop %]
                             [% IF ( flavourloo.label == "Unimarc") %]