[open-ils-commits] [GIT] Evergreen ILS branch master updated. 72152af78b20dee043b865f4471c0e066538e1a6

Evergreen Git git at git.evergreen-ils.org
Mon Sep 24 08:53:58 EDT 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  72152af78b20dee043b865f4471c0e066538e1a6 (commit)
      from  8cdf97e8c608d10d41287d5f32f500badad9e2a4 (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 72152af78b20dee043b865f4471c0e066538e1a6
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Sat Sep 22 23:08:28 2018 -0400

    LP#1793857: Restore Copy Current Row
    
    In our effort to consistently call items/copies items, we accidentally replaced
    the action "Copy Current Row" with "Item Current Row." This branch restores
    the correct language.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Jason Stephenson <jason at sigio.com>

diff --git a/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 b/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2
index d6b7f2a..dc6b11d 100644
--- a/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2
+++ b/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2
@@ -161,8 +161,8 @@
           </div>
           <div class="col-md-4">
             <ul>
-               <li>[% l('Item Current Row Above: CTRL+Up') %]</li>
-               <li>[% l('Item Current Row Below: CTRL+Down') %]</li>
+               <li>[% l('Copy Current Row Above: CTRL+Up') %]</li>
+               <li>[% l('Copy Current Row Below: CTRL+Down') %]</li>
                <li>[% l('Add Subfield: CTRL+D or CTRL+I') %]</li>
                <li>[% l('Remove Row: CTRL+Del') %]</li>
             </ul>

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

Summary of changes:
 .../src/templates/staff/cat/share/t_marcedit.tt2   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list