[open-ils-commits] [GIT] Evergreen ILS branch master updated. 73e301661f4e99710bf5e3bf9a48db7623721fd8

Evergreen Git git at git.evergreen-ils.org
Tue Aug 9 12:59:17 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, master has been updated
       via  73e301661f4e99710bf5e3bf9a48db7623721fd8 (commit)
      from  abefaa0dffe415bca9669de7a884ce22d6a9c2a3 (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 73e301661f4e99710bf5e3bf9a48db7623721fd8
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