LP#1373690: fix typos
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 22 Aug 2017 20:03:24 +0000 (16:03 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 1 Sep 2017 17:13:31 +0000 (13:13 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Mike Rylander <mrylander@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 b42d580..d8dbd03 100644 (file)
@@ -17190,7 +17190,7 @@ VALUES (
 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')),
@@ -17262,7 +17262,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'))
 
 ;