From: dbs Date: Tue, 10 Mar 2009 02:33:28 +0000 (+0000) Subject: Backport r12479 from trunk: fix typo noticed by Betty Ing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7422d6bddacf125544133821fefe346531f0b1e6;p=Evergreen.git Backport r12479 from trunk: fix typo noticed by Betty Ing git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@12481 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 dd3f9cbfb8..66806f39d2 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -922,7 +922,7 @@ INSERT INTO permission.perm_list VALUES INSERT INTO permission.perm_list VALUES (42, 'VIEW_TRANSACTION', oils_i18n_gettext(42, 'Allow a user may view another user''s transactions', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES - (49, 'DELETE_CONTAINER', oils_i18n_gettext(49, 'Allow a user to delete another user container', 'ppl', 'description')); + (49, 'DELETE_CONTAINER', oils_i18n_gettext(49, 'Allow a user to delete another user''s container', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES (50, 'CREATE_CONTAINER_ITEM', oils_i18n_gettext(50, 'Allow a user to create a container item for another user', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES