From: Galen Charlton Date: Tue, 12 Oct 2021 18:12:27 +0000 (-0400) Subject: i18n: fix contruct in seed data that broken string extraction X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=72a3811da1e5c95e83ad808d456f003dd78e8c84;p=Evergreen.git i18n: fix contruct in seed data that broken string extraction Signed-off-by: Galen Charlton --- 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 a310ed7877..6033ace5cd 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -3603,7 +3603,7 @@ INSERT into config.org_unit_setting_type 'Soft stalling interval', 'coust', 'label'), oils_i18n_gettext('circ.hold_stalling.soft', - $$How long to wait before allowing opportunistic capture of holds with a pickup library other than the context item's circulating library$$, -- ' vim + 'How long to wait before allowing opportunistic capture of holds with a pickup library other than the context item''s circulating library', 'coust', 'description'), 'interval', null)