Skip to content

Commit dcada38

Browse files
committed
marc_inspector.php: Fix pasto-s in record tooltip info
Cosmetic, but annoying.
1 parent 79ab126 commit dcada38

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

tools/project_manager/marc_inspector.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"246" => ["tooltip" => "Varying Form of Title", "url" => "$loc_bib/bd246.html"],
6262
"247" => ["tooltip" => "Former Title", "url" => "$loc_bib/bd247.html"],
6363
"250" => ["tooltip" => "Edition Statement", "url" => "$loc_bib/bd250.html"],
64-
"257" => ["tooltip" => "Edition Statement", "url" => "$loc_bib/bd250.html"],
65-
"260" => ["tooltip" => "Country of Producing Entity", "url" => "$loc_bib/bd257.html"],
64+
"257" => ["tooltip" => "Country of Producing Entity", "url" => "$loc_bib/bd257.html"],
65+
"260" => ["tooltip" => "Publication, Distribution, etc. (Imprint)", "url" => "$loc_bib/bd260.html"],
6666
"264" => ["tooltip" => "Production, Publication, Distribution, Manufacture, and Copyright Notice", "url" => "$loc_bib/bd264.html"],
6767
"300" => ["tooltip" => "Physical Description", "url" => "$loc_bib/bd300.html"],
6868
"336" => ["tooltip" => "Content Type", "url" => "$loc_bib/bd336.html"],
@@ -105,6 +105,9 @@
105105
"740" => ["tooltip" => "Added Entry - Uncontrolled Related/Analytical Title", "url" => "$loc_bib/bd740.html"],
106106
"800" => ["tooltip" => "Series Added Entry - Personal Name", "url" => "$loc_bib/bd800.html"],
107107
"856" => ["tooltip" => "Electronic Location and Access", "url" => "$loc_bib/bd856.html"],
108+
"906" => ["tooltip" => "OCLC Locally Defined"],
109+
"925" => ["tooltip" => "OCLC Locally Defined"],
110+
"955" => ["tooltip" => "OCLC Locally Defined"],
108111
];
109112

110113
echo "<table class='basic striped'>\n";

0 commit comments

Comments
 (0)