From: dbs Date: Tue, 4 Dec 2007 09:49:22 +0000 (+0000) Subject: Clean up a few errors in escaped strings. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f43eda058e83e317820ac511a24268a29944d2a3;p=Evergreen.git Clean up a few errors in escaped strings. git-svn-id: svn://svn.open-ils.org/ILS/trunk@8136 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 a2f04ca8ab..8525982397 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -702,17 +702,17 @@ INSERT INTO permission.perm_list VALUES (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')),