From 368dfb9aedcae5e0469b20046f36bfd712b73348 Mon Sep 17 00:00:00 2001
From: Melissa Lefebvre <mlefebvre@biblio.org>
Date: Tue, 14 Aug 2012 12:58:18 -0400
Subject: [PATCH] Change grammar for lost and missing failure messages

Update to the lost and missing failure wording to make it
gramatically correct.  Removed the word "has" from both
messages.

Signed-off-by: Melissa Lefebvre <mlefebvre@biblio.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
---
 Open-ILS/src/extras/ils_events.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Open-ILS/src/extras/ils_events.xml b/Open-ILS/src/extras/ils_events.xml
index 458dd49287..1be90e95ef 100644
--- a/Open-ILS/src/extras/ils_events.xml
+++ b/Open-ILS/src/extras/ils_events.xml
@@ -859,10 +859,10 @@
 		<desc xml:lang="en-US"> The requested copy has an alert message attached </desc>
 	</event>
 	<event code='7011' textcode='COPY_STATUS_LOST'>
-		<desc xml:lang="en-US">Copy has is marked as lost</desc>
+		<desc xml:lang="en-US">Copy is marked as lost</desc>
 	</event>
 	<event code='7012' textcode='COPY_STATUS_MISSING'>
-		<desc xml:lang="en-US">Copy has is marked as missing</desc>
+		<desc xml:lang="en-US">Copy is marked as missing</desc>
 	</event>
 	<event code='7013' textcode='PATRON_EXCEEDS_FINES'>
 		<desc xml:lang="en-US">The patron in question has reached the maximum fine amount</desc>
-- 
2.11.0