[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. c8e6fa563f7e83be28783c81b8d7e13a7b8576aa

Evergreen Git git at git.evergreen-ils.org
Wed Aug 15 11:28:21 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_1 has been updated
       via  c8e6fa563f7e83be28783c81b8d7e13a7b8576aa (commit)
      from  caa9a9ee35f22c3f6b613bd7210887dc0e3b65f4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c8e6fa563f7e83be28783c81b8d7e13a7b8576aa
Author: Melissa Lefebvre <mlefebvre at biblio.org>
Date:   Tue Aug 14 12:58:18 2012 -0400

    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 at biblio.org>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/extras/ils_events.xml b/Open-ILS/src/extras/ils_events.xml
index 96021e6..eb33453 100644
--- a/Open-ILS/src/extras/ils_events.xml
+++ b/Open-ILS/src/extras/ils_events.xml
@@ -844,10 +844,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>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/extras/ils_events.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list