[open-ils-commits] r12479 - trunk/Open-ILS/src/sql/Pg (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Mar 9 22:31:08 EDT 2009
Author: dbs
Date: 2009-03-09 22:31:06 -0400 (Mon, 09 Mar 2009)
New Revision: 12479
Modified:
trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
Correct a typo noticed by Betty Ing - thanks!
Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2009-03-10 01:14:51 UTC (rev 12478)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2009-03-10 02:31:06 UTC (rev 12479)
@@ -962,7 +962,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