From 8ff60a122dfb6578377a5799029aca9fe9e7801c Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Sat, 22 Sep 2018 23:08:28 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d6b7f2aca8..dc6b11d145 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 @@
    -
  • [% l('Item Current Row Above: CTRL+Up') %]
  • -
  • [% l('Item Current Row Below: CTRL+Down') %]
  • +
  • [% l('Copy Current Row Above: CTRL+Up') %]
  • +
  • [% l('Copy Current Row Below: CTRL+Down') %]
  • [% l('Add Subfield: CTRL+D or CTRL+I') %]
  • [% l('Remove Row: CTRL+Del') %]
-- 2.11.0