LP#1373690: fix typos
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 22 Aug 2017 20:03:24 +0000 (16:03 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 23 Aug 2017 15:47:33 +0000 (11:47 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/YYYY.data.edi_attr_set.sql

index df61abf..e78d062 100644 (file)
@@ -17129,7 +17129,7 @@ INSERT into config.org_unit_setting_type
 INSERT INTO acq.edi_attr (key, label) VALUES
     ('INCLUDE_PO_NAME', 
         oils_i18n_gettext('INCLUDE_PO_NAME', 
-        'Oders Include PO Name', 'aea', 'label')),
+        'Orders Include PO Name', 'aea', 'label')),
     ('INCLUDE_COPIES', 
         oils_i18n_gettext('INCLUDE_COPIES', 
         'Orders Include Copy Data', 'aea', 'label')),
@@ -17201,7 +17201,7 @@ INSERT INTO acq.edi_attr (key, label) VALUES
         'Lineitem Identifier Fields (LIN/PIA) Use Vendor-Encoded ID Value When Available', 'aea', 'label')),
     ('LINEITEM_REF_ID_ONLY',
         oils_i18n_gettext('LINEITEM_REF_ID_ONLY',
-        'Lineitem Reference Feld (RFF) Uses Lineitem ID Only', 'aea', 'label'))
+        'Lineitem Reference Field (RFF) Uses Lineitem ID Only', 'aea', 'label'))
 
 ;
 
index a38a129..8e5c4b6 100644 (file)
@@ -5,7 +5,7 @@ BEGIN;
 INSERT INTO acq.edi_attr (key, label) VALUES
     ('INCLUDE_PO_NAME', 
         oils_i18n_gettext('INCLUDE_PO_NAME', 
-        'Oders Include PO Name', 'aea', 'label')),
+        'Orders Include PO Name', 'aea', 'label')),
     ('INCLUDE_COPIES', 
         oils_i18n_gettext('INCLUDE_COPIES', 
         'Orders Include Copy Data', 'aea', 'label')),
@@ -77,7 +77,7 @@ INSERT INTO acq.edi_attr (key, label) VALUES
         'Lineitem Identifier Fields (LIN/PIA) Use Vendor-Encoded ID Value When Available', 'aea', 'label')),
     ('LINEITEM_REF_ID_ONLY',
         oils_i18n_gettext('LINEITEM_REF_ID_ONLY',
-        'Lineitem Reference Feld (RFF) Uses Lineitem ID Only', 'aea', 'label'))
+        'Lineitem Reference Field (RFF) Uses Lineitem ID Only', 'aea', 'label'))
 
 ;