From: dbs Date: Tue, 10 Mar 2009 02:31:06 +0000 (+0000) Subject: Correct a typo noticed by Betty Ing - thanks! X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f98c59ba06a595c8262a95504e2267c5984e038c;p=evergreen%2Ftadl.git Correct a typo noticed by Betty Ing - thanks! git-svn-id: svn://svn.open-ils.org/ILS/trunk@12479 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 802ff85032..1c968fffb9 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -962,7 +962,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