From: Galen Charlton Date: Tue, 22 Aug 2017 20:03:24 +0000 (-0400) Subject: LP#1373690: fix typos X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4aa6f20890432ec6c8000144a32e82e970b65ea1;p=evergreen%2Fpines.git LP#1373690: fix typos Signed-off-by: Galen Charlton Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index ad97dd5ed2..e3ffc06fcf 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -16952,7 +16952,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')), @@ -17024,7 +17024,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')) ; diff --git a/Open-ILS/src/sql/Pg/upgrade/YYYY.data.edi_attr_set.sql b/Open-ILS/src/sql/Pg/upgrade/YYYY.data.edi_attr_set.sql index a38a129953..8e5c4b6b54 100644 --- a/Open-ILS/src/sql/Pg/upgrade/YYYY.data.edi_attr_set.sql +++ b/Open-ILS/src/sql/Pg/upgrade/YYYY.data.edi_attr_set.sql @@ -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')) ;