From cf5074a904d84cabc869bfeda4000afd9047a59e Mon Sep 17 00:00:00 2001 From: Galen Charlton <gmc@esilibrary.com> Date: Mon, 26 Mar 2012 16:11:34 -0400 Subject: [PATCH] lp965651: add missing commas Patch by Jason Stephenson, Comma Hunter Signed-off-by: Galen Charlton <gmc@esilibrary.com> --- Open-ILS/src/sql/Pg/upgrade/0694.schema.patron_reg_prefix.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/sql/Pg/upgrade/0694.schema.patron_reg_prefix.sql b/Open-ILS/src/sql/Pg/upgrade/0694.schema.patron_reg_prefix.sql index 4fd3e6983a..6054feade6 100644 --- a/Open-ILS/src/sql/Pg/upgrade/0694.schema.patron_reg_prefix.sql +++ b/Open-ILS/src/sql/Pg/upgrade/0694.schema.patron_reg_prefix.sql @@ -10,7 +10,7 @@ INSERT into config.org_unit_setting_type 'Require prefix field on patron registration', 'coust', 'label'), oils_i18n_gettext('ui.patron.edit.au.prefix.require', - 'The prefix field will be required on the patron registration screen.' + 'The prefix field will be required on the patron registration screen.', 'coust', 'description'), 'bool', null) @@ -19,7 +19,7 @@ INSERT into config.org_unit_setting_type 'Show prefix field on patron registration', 'coust', 'label'), oils_i18n_gettext('ui.patron.edit.au.prefix.show', - 'The prefix field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.' + 'The prefix field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.', 'coust', 'description'), 'bool', null) @@ -28,7 +28,7 @@ INSERT into config.org_unit_setting_type 'Suggest prefix field on patron registration', 'coust', 'label'), oils_i18n_gettext('ui.patron.edit.au.prefix.suggest', - 'The prefix field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.' + 'The prefix field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.', 'coust', 'description'), 'bool', null) ; -- 2.11.0