i18n: fix contruct in seed data that broken string extraction
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 12 Oct 2021 18:12:27 +0000 (14:12 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 12 Oct 2021 18:12:27 +0000 (14:12 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/sql/Pg/950.data.seed-values.sql

index a310ed7..6033ace 100644 (file)
@@ -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)