[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0024789ad38851f357ec95dbedde0fc41e3d6b2c

Evergreen Git git at git.evergreen-ils.org
Thu Nov 15 22:02:38 EST 2018


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  0024789ad38851f357ec95dbedde0fc41e3d6b2c (commit)
      from  2f1cee0185493e985c3258f5ff1b3b57f885b19b (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 0024789ad38851f357ec95dbedde0fc41e3d6b2c
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Aug 31 11:54:10 2015 -0400

    LP1490616: Adjust "Penalties & Messages" label (webby)
    
    The pane in the web-based staff client to display penalties and messages
    currently has a label of "Staff-Generated Penalties/Messages", which is
    misleading as the list includes system-generated penalties and messages.
    
    Modify this to "Penalties and Messages" to avoid the "/" construction
    (which is considered harder to translate) and avoid the impression that
    it contains only staff-generated penalties and messages.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2
index b28712b..081d325 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2
@@ -1,5 +1,5 @@
 
-<div class="strong-text-2">[% l('Staff-Generated Penalties / Messages') %]</div>
+<div class="strong-text-2">[% l('Penalties and Messages') %]</div>
 <div class="pad-vert"></div>
 <eg-grid
   idl-class="ausp"

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

Summary of changes:
 .../src/templates/staff/circ/patron/t_messages.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list