From 654a651301fb7f21c722b7508f34c07701972ba0 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 10 Mar 2009 02:32:34 +0000 Subject: [PATCH] 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 --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0