[open-ils-commits] [GIT] Evergreen ILS branch rel_2_9 updated. bf8154d907f5923b40324b465d9cc28a65012942
Evergreen Git
git at git.evergreen-ils.org
Tue Aug 9 13:00:13 EDT 2016
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_9 has been updated
via bf8154d907f5923b40324b465d9cc28a65012942 (commit)
from 64aac0ec7cb25112c4f05903c2ebef1715f49532 (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 bf8154d907f5923b40324b465d9cc28a65012942
Author: Kathy Lussier <klussier at masslnc.org>
Date: Thu May 19 13:27:11 2016 -0400
LP#1424656: Fix grammatical error in My Account holds screen
Changes the holds queue position string from 'x hold on y copies' to 'Hold #x on
y copies', which is gramatically correct.
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/templates/opac/parts/hold_status.tt2 b/Open-ILS/src/templates/opac/parts/hold_status.tt2
index 2e17e87..d6e838f 100644
--- a/Open-ILS/src/templates/opac/parts/hold_status.tt2
+++ b/Open-ILS/src/templates/opac/parts/hold_status.tt2
@@ -23,7 +23,7 @@
%]
</div>
<div>
- [% l('[_1] hold on [quant,_2, copy, copies]',
+ [% l('Hold #[_1] on [quant,_2, copy, copies]',
hold.hold.queue_position, hold.hold.potential_copies) | html %]
</div>
[% END %]
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/parts/hold_status.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list