[Koha-patches] [PATCH] Fix two small typos in MARC21 field 006 value builder

Jared Camins-Esakov jcamins at bywatersolutions.com
Sun Apr 3 22:03:54 CEST 2011


---
 .../cataloguing/value_builder/marc21_field_006.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.xml b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.xml
index c7a9e3b..e6cf2f5 100755
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.xml
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.xml
@@ -604,9 +604,9 @@
       <Value description="Technical reports">t</Value>
       <Value description="Standards/ specifications">u</Value>
       <Value description="Legal cases and case notes">v</Value>
-      <Value description="Law reorts and digests">w</Value>
+      <Value description="Law reports and digests">w</Value>
       <Value description="Yearbooks">y</Value>
-      <Value description="Teatries">z</Value>
+      <Value description="Treaties">z</Value>
       <Value description="No attempt to code">|</Value>
     </Position>
     <Position pos="08-10" name="Nature of contents" description="">
-- 
1.7.2.3



More information about the Koha-patches mailing list