From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 30 Mar 2010 20:48:02 +0000 (+0000)
Subject: syntax
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4738e08538fc12dfcb44915e21e35500f6a40a88;p=evergreen%2Fmasslnc.git

syntax

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16066 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql b/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql
index b9c0850cdb..aa71007cad 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0165.data.acq.patron_requests.sql
@@ -48,7 +48,7 @@ INSERT INTO action_trigger.validator (module,description) VALUES (
         'Acq::UserRequestReceived',
         oils_i18n_gettext(
             'Acq::UserRequestReceived',
-            'Tests to see if the corresponding Line Item has a state of "received".'
+            'Tests to see if the corresponding Line Item has a state of "received".',
             'atval',
             'description'
         )
@@ -56,7 +56,7 @@ INSERT INTO action_trigger.validator (module,description) VALUES (
         'Acq::UserRequestCancelled',
         oils_i18n_gettext(
             'Acq::UserRequestCancelled',
-            'Tests to see if the corresponding Line Item has a state of "cancelled".'
+            'Tests to see if the corresponding Line Item has a state of "cancelled".',
             'atval',
             'description'
         )