From 72a3811da1e5c95e83ad808d456f003dd78e8c84 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 12 Oct 2021 14:12:27 -0400 Subject: [PATCH] i18n: fix contruct in seed data that broken string extraction Signed-off-by: Galen Charlton --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.2