From 70b08670aba5f7801ee2a6756c30917d7db5890a Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Fri, 14 Feb 2014 02:05:34 -0500 Subject: [PATCH] LP 1198465: Fixing minor typo in new settings Noticed a tiny typo for "overde" instead of "overdue". Fix that and removed the dash between "long" and "overdue" to be consistent with other settings. Signed-off-by: Ben Shum Signed-off-by: Jason Stephenson --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +- Open-ILS/src/sql/Pg/upgrade/XXXX.data.conditional_negative_balance.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 a92e41195f..ccf6c64ff0 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -5015,7 +5015,7 @@ INSERT into config.org_unit_setting_type 'coust', 'label'), oils_i18n_gettext( 'bill.prohibit_negative_balance_on_lost', - 'Prevent credits on bills for lost/long-overde materials', + 'Prevent credits on bills for lost/long overdue materials', 'coust', 'description'), 'bool', null) ,( 'bill.negative_balance_interval_default', 'finance', diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.data.conditional_negative_balance.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.data.conditional_negative_balance.sql index 3e363915d3..48a7c385f3 100644 --- a/Open-ILS/src/sql/Pg/upgrade/XXXX.data.conditional_negative_balance.sql +++ b/Open-ILS/src/sql/Pg/upgrade/XXXX.data.conditional_negative_balance.sql @@ -36,7 +36,7 @@ VALUES 'coust', 'label'), oils_i18n_gettext( 'bill.prohibit_negative_balance_on_lost', - 'Prevent credits on bills for lost/long-overde materials', + 'Prevent credits on bills for lost/long overdue materials', 'coust', 'description') ), ('bill.negative_balance_interval_default', -- 2.11.0