From: Shula Link Date: Thu, 28 Jan 2021 19:37:40 +0000 (-0500) Subject: LP1826759 Misspelling in Edit Description X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d82632c66d8df0d72b7e22520d96c71278bf4fd2;p=working%2FEvergreen.git LP1826759 Misspelling in Edit Description Corrected "oustanding" to "outstanding" in descriptions. Signed-off-by: Shula Link --- 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 bf3e7ab61b..fd12abccc0 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -16958,7 +16958,7 @@ VALUES ( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', @@ -16978,7 +16978,7 @@ VALUES ( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', @@ -16998,7 +16998,7 @@ VALUES ( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', diff --git a/Open-ILS/src/sql/Pg/upgrade/0834.data.yaous-items-out-by-stop-fines.sql b/Open-ILS/src/sql/Pg/upgrade/0834.data.yaous-items-out-by-stop-fines.sql index 6872dfb787..c96ab98708 100644 --- a/Open-ILS/src/sql/Pg/upgrade/0834.data.yaous-items-out-by-stop-fines.sql +++ b/Open-ILS/src/sql/Pg/upgrade/0834.data.yaous-items-out-by-stop-fines.sql @@ -17,7 +17,7 @@ VALUES ( 'Value is a numeric code, describing which list the circulation '|| 'should appear while checked out and whether the circulation should '|| 'continue to appear in the bottom list, when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = top list, bottom list. 2 = bottom list, bottom list. ' || '5 = top list, do not display. 6 = bottom list, do not display.', 'coust', @@ -36,7 +36,7 @@ VALUES ( 'Value is a numeric code, describing which list the circulation '|| 'should appear while checked out and whether the circulation should '|| 'continue to appear in the bottom list, when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = top list, bottom list. 2 = bottom list, bottom list. ' || '5 = top list, do not display. 6 = bottom list, do not display.', 'coust', @@ -55,7 +55,7 @@ VALUES ( 'Value is a numeric code, describing which list the circulation '|| 'should appear while checked out and whether the circulation should '|| 'continue to appear in the bottom list, when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = top list, bottom list. 2 = bottom list, bottom list. ' || '5 = top list, do not display. 6 = bottom list, do not display.', 'coust', diff --git a/Open-ILS/src/sql/Pg/upgrade/1242.schema.lost_lo_claimsret_descrip.sql b/Open-ILS/src/sql/Pg/upgrade/1242.schema.lost_lo_claimsret_descrip.sql index ab418af71b..03ed6c7ab9 100644 --- a/Open-ILS/src/sql/Pg/upgrade/1242.schema.lost_lo_claimsret_descrip.sql +++ b/Open-ILS/src/sql/Pg/upgrade/1242.schema.lost_lo_claimsret_descrip.sql @@ -11,7 +11,7 @@ SET description = oils_i18n_gettext( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', @@ -27,7 +27,7 @@ SET description = oils_i18n_gettext( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', @@ -43,7 +43,7 @@ SET description = oils_i18n_gettext( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.4.3-2.5.0-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.4.3-2.5.0-upgrade-db.sql index e1cb0fba0c..3ed4a698ef 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/2.4.3-2.5.0-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/2.4.3-2.5.0-upgrade-db.sql @@ -10979,7 +10979,7 @@ VALUES ( 'Value is a numeric code, describing which list the circulation '|| 'should appear while checked out and whether the circulation should '|| 'continue to appear in the bottom list, when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = top list, bottom list. 2 = bottom list, bottom list. ' || '5 = top list, do not display. 6 = bottom list, do not display.', 'coust', @@ -10998,7 +10998,7 @@ VALUES ( 'Value is a numeric code, describing which list the circulation '|| 'should appear while checked out and whether the circulation should '|| 'continue to appear in the bottom list, when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = top list, bottom list. 2 = bottom list, bottom list. ' || '5 = top list, do not display. 6 = bottom list, do not display.', 'coust', @@ -11017,7 +11017,7 @@ VALUES ( 'Value is a numeric code, describing which list the circulation '|| 'should appear while checked out and whether the circulation should '|| 'continue to appear in the bottom list, when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = top list, bottom list. 2 = bottom list, bottom list. ' || '5 = top list, do not display. 6 = bottom list, do not display.', 'coust', diff --git a/Open-ILS/src/sql/Pg/version-upgrade/3.5.1-3.5.2-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/3.5.1-3.5.2-upgrade-db.sql index 1493fbf11a..0b1c66ebec 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/3.5.1-3.5.2-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/3.5.1-3.5.2-upgrade-db.sql @@ -423,7 +423,7 @@ SET description = oils_i18n_gettext( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', @@ -439,7 +439,7 @@ SET description = oils_i18n_gettext( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', @@ -455,7 +455,7 @@ SET description = oils_i18n_gettext( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', diff --git a/Open-ILS/src/sql/Pg/version-upgrade/3.6.0-3.6.1-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/3.6.0-3.6.1-upgrade-db.sql index de16955e45..2bd2d9be2d 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/3.6.0-3.6.1-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/3.6.0-3.6.1-upgrade-db.sql @@ -35,7 +35,7 @@ SET description = oils_i18n_gettext( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', @@ -51,7 +51,7 @@ SET description = oils_i18n_gettext( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', @@ -67,7 +67,7 @@ SET description = oils_i18n_gettext( 'or "Other/Special Circulations") the circulation '|| 'should appear while checked out, and B. Whether the circulation should '|| 'continue to appear in the "Other" tab when checked in with '|| -'oustanding fines. '|| +'outstanding fines. '|| '1 = (A) "Items", (B) "Other". 2 = (A) "Other", (B) "Other". ' || '5 = (A) "Items", (B) do not display. 6 = (A) "Other", (B) do not display.', 'coust', diff --git a/build/i18n/po/db.seed/ar-JO.po b/build/i18n/po/db.seed/ar-JO.po index bc95acf42f..e146114f63 100644 --- a/build/i18n/po/db.seed/ar-JO.po +++ b/build/i18n/po/db.seed/ar-JO.po @@ -2064,7 +2064,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/cs-CZ.po b/build/i18n/po/db.seed/cs-CZ.po index 24d30bc43b..e6092b0989 100644 --- a/build/i18n/po/db.seed/cs-CZ.po +++ b/build/i18n/po/db.seed/cs-CZ.po @@ -2175,7 +2175,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/db.seed.pot b/build/i18n/po/db.seed/db.seed.pot index b97bef94ca..20e248107a 100644 --- a/build/i18n/po/db.seed/db.seed.pot +++ b/build/i18n/po/db.seed/db.seed.pot @@ -2505,7 +2505,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear" " while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/de-DE.po b/build/i18n/po/db.seed/de-DE.po index b2e32a3807..4801b141dd 100644 --- a/build/i18n/po/db.seed/de-DE.po +++ b/build/i18n/po/db.seed/de-DE.po @@ -1964,7 +1964,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/en-CA.po b/build/i18n/po/db.seed/en-CA.po index 294b4e000e..c9680711aa 100644 --- a/build/i18n/po/db.seed/en-CA.po +++ b/build/i18n/po/db.seed/en-CA.po @@ -1969,7 +1969,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/en-GB.po b/build/i18n/po/db.seed/en-GB.po index 66991a59c5..daa14a88b9 100644 --- a/build/i18n/po/db.seed/en-GB.po +++ b/build/i18n/po/db.seed/en-GB.po @@ -1976,7 +1976,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/es-ES.po b/build/i18n/po/db.seed/es-ES.po index bd30b1b146..375cb762fe 100644 --- a/build/i18n/po/db.seed/es-ES.po +++ b/build/i18n/po/db.seed/es-ES.po @@ -2134,7 +2134,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/fi-FI.po b/build/i18n/po/db.seed/fi-FI.po index c0b5b223ba..ae578b5148 100644 --- a/build/i18n/po/db.seed/fi-FI.po +++ b/build/i18n/po/db.seed/fi-FI.po @@ -2097,7 +2097,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/fr-CA.po b/build/i18n/po/db.seed/fr-CA.po index 4c3d145958..c086464e71 100644 --- a/build/i18n/po/db.seed/fr-CA.po +++ b/build/i18n/po/db.seed/fr-CA.po @@ -2106,7 +2106,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/he-IL.po b/build/i18n/po/db.seed/he-IL.po index a1b66eaf8d..b0630ee082 100644 --- a/build/i18n/po/db.seed/he-IL.po +++ b/build/i18n/po/db.seed/he-IL.po @@ -1959,7 +1959,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/hu-HU.po b/build/i18n/po/db.seed/hu-HU.po index a1b66eaf8d..b0630ee082 100644 --- a/build/i18n/po/db.seed/hu-HU.po +++ b/build/i18n/po/db.seed/hu-HU.po @@ -1959,7 +1959,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/hy-AM.po b/build/i18n/po/db.seed/hy-AM.po index 85ed443e96..cde6b416b4 100644 --- a/build/i18n/po/db.seed/hy-AM.po +++ b/build/i18n/po/db.seed/hy-AM.po @@ -2255,7 +2255,7 @@ msgstr "Վատ ձևաչափ ստատ քարտ տվյալների համար, պ msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/oc-FR.po b/build/i18n/po/db.seed/oc-FR.po index cdfa5cbae0..a6dcd861d4 100644 --- a/build/i18n/po/db.seed/oc-FR.po +++ b/build/i18n/po/db.seed/oc-FR.po @@ -1964,7 +1964,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/pt-BR.po b/build/i18n/po/db.seed/pt-BR.po index 9e453a3c3a..a9a1ec8861 100644 --- a/build/i18n/po/db.seed/pt-BR.po +++ b/build/i18n/po/db.seed/pt-BR.po @@ -2042,7 +2042,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/ru-RU.po b/build/i18n/po/db.seed/ru-RU.po index 7d7f57fcde..a962d71e1a 100644 --- a/build/i18n/po/db.seed/ru-RU.po +++ b/build/i18n/po/db.seed/ru-RU.po @@ -2035,7 +2035,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/sv-SE.po b/build/i18n/po/db.seed/sv-SE.po index 054db58f8a..0da5250f6c 100644 --- a/build/i18n/po/db.seed/sv-SE.po +++ b/build/i18n/po/db.seed/sv-SE.po @@ -1959,7 +1959,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr "" diff --git a/build/i18n/po/db.seed/tr-TR.po b/build/i18n/po/db.seed/tr-TR.po index 6b1d4741fa..1d7fd33b0c 100644 --- a/build/i18n/po/db.seed/tr-TR.po +++ b/build/i18n/po/db.seed/tr-TR.po @@ -1964,7 +1964,7 @@ msgstr "" msgid "" "Value is a numeric code, describing which list the circulation should appear " "while checked out and whether the circulation should continue to appear in " -"the bottom list, when checked in with oustanding fines. 1 = top list, " +"the bottom list, when checked in with outstanding fines. 1 = top list, " "bottom list. 2 = bottom list, bottom list. 5 = top list, do not display. " "6 = bottom list, do not display." msgstr ""