[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. ca3764e52f5d80da030f3bcd16ee331391c5c345
Evergreen Git
git at git.evergreen-ils.org
Wed Aug 15 11:27:51 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_3 has been updated
via ca3764e52f5d80da030f3bcd16ee331391c5c345 (commit)
from ab5fcb15d7ef895b0e9059a00568f658fc8a7ef2 (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 ca3764e52f5d80da030f3bcd16ee331391c5c345
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 458dd49..1be90e9 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>
-----------------------------------------------------------------------
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