[open-ils-commits] r8136 - trunk/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Dec 4 05:08:51 EST 2007
Author: dbs
Date: 2007-12-04 04:49:22 -0500 (Tue, 04 Dec 2007)
New Revision: 8136
Modified:
trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
Clean up a few errors in escaped strings.
Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2007-12-04 09:47:04 UTC (rev 8135)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2007-12-04 09:49:22 UTC (rev 8136)
@@ -702,17 +702,17 @@
(39, 'SET_CIRC_CLAIMS_RETURNED', NULL),
(41, 'CREATE_TRANSACTION', oils_i18n_gettext('User may create new billable transactions')),
(43, 'CREATE_BILL', oils_i18n_gettext('Allows a user to create a new bill on a transaction')),
- (44, 'VIEW_CONTAINER', oils_i18n_gettext('Allows a user to view another user')'s containers (buckets)'),
+ (44, 'VIEW_CONTAINER', oils_i18n_gettext('Allows a user to view another user''s containers (buckets)')),
(45, 'CREATE_CONTAINER', oils_i18n_gettext('Allows a user to create a new container for another user')),
(24, 'CREATE_COPY', oils_i18n_gettext('User is allowed to create a new copy object')),
(47, 'UPDATE_ORG_UNIT', oils_i18n_gettext('Allows a user to change org unit settings')),
(48, 'VIEW_CIRCULATIONS', oils_i18n_gettext('Allows a user to see what another use has checked out')),
- (42, 'VIEW_TRANSACTION', oils_i18n_gettext('User may view another user')'s transactions'),
+ (42, 'VIEW_TRANSACTION', oils_i18n_gettext('User may view another user''s transactions')),
(49, 'DELETE_CONTAINER', oils_i18n_gettext('Allows a user to delete another user container')),
(50, 'CREATE_CONTAINER_ITEM', oils_i18n_gettext('Create a container item for another user')),
(51, 'CREATE_USER_GROUP_LINK', oils_i18n_gettext('User can add other users to permission groups')),
(52, 'REMOVE_USER_GROUP_LINK', oils_i18n_gettext('User can remove other users from permission groups')),
- (53, 'VIEW_PERM_GROUPS', oils_i18n_gettext('Allow user to view others')' permission groups'),
+ (53, 'VIEW_PERM_GROUPS', oils_i18n_gettext('Allow user to view others'' permission groups')),
(54, 'VIEW_PERMIT_CHECKOUT', oils_i18n_gettext('Allows a user to determine of another user can checkout an item')),
(55, 'UPDATE_BATCH_COPY', oils_i18n_gettext('Allows a user to edit copies in batch')),
(56, 'CREATE_PATRON_STAT_CAT', oils_i18n_gettext('User may create a new patron statistical category')),
More information about the open-ils-commits
mailing list