make the seed data wording match the upgrade script
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 29 Dec 2009 20:17:55 +0000 (20:17 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 29 Dec 2009 20:17:55 +0000 (20:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15242 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 6ef8a55..8d0d097 100644 (file)
@@ -1720,7 +1720,7 @@ INSERT into config.org_unit_setting_type
   'bool' ),
 
 ( 'ui.staff.require_initials',
-  oils_i18n_gettext('ui.staff.require_initials', 'GUI: Require staff initials for entry/edit of item and patron notes.', 'coust', 'label'),
+  oils_i18n_gettext('ui.staff.require_initials', 'GUI: Require staff initials for entry/edit of item/patron/penalty notes/messages.', 'coust', 'label'),
   oils_i18n_gettext('ui.staff.require_initials', 'Appends staff initials and edit date into note content.', 'coust', 'description'),
   'bool' ),