Backport r12479 from trunk: fix typo noticed by Betty Ing
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 10 Mar 2009 02:33:28 +0000 (02:33 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 10 Mar 2009 02:33:28 +0000 (02:33 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@12481 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/950.data.seed-values.sql

index dd3f9cb..66806f3 100644 (file)
@@ -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