[open-ils-commits] r12481 - branches/rel_1_4_0/Open-ILS/src/sql/Pg (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Mar 9 22:33:30 EDT 2009


Author: dbs
Date: 2009-03-09 22:33:28 -0400 (Mon, 09 Mar 2009)
New Revision: 12481

Modified:
   branches/rel_1_4_0/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
Backport r12479 from trunk: fix typo noticed by Betty Ing


Modified: branches/rel_1_4_0/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- branches/rel_1_4_0/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-03-10 02:32:34 UTC (rev 12480)
+++ branches/rel_1_4_0/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-03-10 02:33:28 UTC (rev 12481)
@@ -922,7 +922,7 @@
 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 



More information about the open-ils-commits mailing list