From: dbs Date: Tue, 10 Mar 2009 02:32:34 +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=654a651301fb7f21c722b7508f34c07701972ba0;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@12480 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 10d205b60f..f6ac2569de 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