From: Galen Charlton Date: Mon, 26 Mar 2012 20:11:34 +0000 (-0400) Subject: lp965651: add missing commas X-Git-Tag: sprint4-merge-nov22~4406 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cf5074a904d84cabc869bfeda4000afd9047a59e;p=working%2FEvergreen.git lp965651: add missing commas Patch by Jason Stephenson, Comma Hunter Signed-off-by: Galen Charlton --- 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) ;