From 811a1accf3c2a471612a74e878e9dc8bd348a1dc Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 11 Jun 2013 10:09:20 -0400 Subject: [PATCH] The description for the URL_VERIFY permission contained a typo, fixed here. Signed-off-by: Chris Sharp --- 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 d181ff4f1c..e36d9a8a01 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -1580,7 +1580,7 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES ( 542, 'ADMIN_TOOLBAR_FOR_USER', oils_i18n_gettext( 542, 'Allows a user to create, edit, and delete custom toolbars for users', 'ppl', 'description')), ( 543, 'URL_VERIFY', oils_i18n_gettext( 543, - 'Allows a user to process and verify ULSs', 'ppl', 'description')), + 'Allows a user to process and verify URLs', 'ppl', 'description')), ( 544, 'URL_VERIFY_UPDATE_SETTINGS', oils_i18n_gettext( 544, 'Allows a user to configure URL verification org unit settings', 'ppl', 'description')), ( 545, 'SAVED_FILTER_DIALOG_FILTERS', oils_i18n_gettext( 545, -- 2.11.0