[open-ils-commits] r11361 - branches/rel_1_4/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 26 23:06:02 EST 2008


Author: dbs
Date: 2008-11-26 23:06:00 -0500 (Wed, 26 Nov 2008)
New Revision: 11361

Modified:
   branches/rel_1_4/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
Typos

Modified: branches/rel_1_4/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- branches/rel_1_4/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2008-11-27 02:19:20 UTC (rev 11360)
+++ branches/rel_1_4/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2008-11-27 04:06:00 UTC (rev 11361)
@@ -918,7 +918,7 @@
 INSERT INTO permission.perm_list VALUES 
     (47, 'UPDATE_ORG_UNIT', oils_i18n_gettext(47, 'Allow a user to change the settings for an organization unit', 'ppl', 'description'));
 INSERT INTO permission.perm_list VALUES 
-    (48, 'VIEW_CIRCULATIONS', oils_i18n_gettext(48, 'Allow a user to see what another use has checked out', 'ppl', 'description'));
+    (48, 'VIEW_CIRCULATIONS', oils_i18n_gettext(48, 'Allow a user to see what another user has checked out', 'ppl', 'description'));
 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 
@@ -1100,7 +1100,7 @@
 INSERT INTO permission.perm_list VALUES 
     (137, 'ITEM_AGE_PROTECTED.override', oils_i18n_gettext(137, 'Allow a user to place a hold on an age-protected item', 'ppl', 'description'));
 INSERT INTO permission.perm_list VALUES 
-    (138, 'MAX_RENEWALS_REACHED.override', oils_i18n_gettext(138, 'Allow a user to renew an item past the maximun renewal count', 'ppl', 'description'));
+    (138, 'MAX_RENEWALS_REACHED.override', oils_i18n_gettext(138, 'Allow a user to renew an item past the maximum renewal count', 'ppl', 'description'));
 INSERT INTO permission.perm_list VALUES 
     (139, 'PATRON_EXCEEDS_CHECKOUT_COUNT.override', oils_i18n_gettext(139, 'Allow staff to override checkout count failure', 'ppl', 'description'));
 INSERT INTO permission.perm_list VALUES 



More information about the open-ils-commits mailing list