From: Kathy Lussier Date: Wed, 1 Aug 2018 17:14:32 +0000 (-0400) Subject: LP#1538691: Use items instead of copies X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5d28b84c87d11cac205ec3b74f758e8824d77536;p=evergreen%2Fjoelewis.git LP#1538691: Use items instead of copies For better consistency for the terms used in the client, let's use items instead of copies, which was the preference of most people who provided feedback on bug 1538691. Signed-off-by: Kathy Lussier Conflicts: Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 Open-ILS/src/templates/staff/cat/item/t_list.tt2 Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 Open-ILS/src/templates/staff/circ/holds/t_shelf_list.tt2 Signed-off-by: Dan Wells --- diff --git a/Open-ILS/src/templates/staff/admin/local/asset/copy_tag.tt2 b/Open-ILS/src/templates/staff/admin/local/asset/copy_tag.tt2 index 82d93bc441..d17d6dc9eb 100644 --- a/Open-ILS/src/templates/staff/admin/local/asset/copy_tag.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/asset/copy_tag.tt2 @@ -1,6 +1,6 @@ [% WRAPPER "staff/base.tt2"; - ctx.page_title = l("Copy Tags"); + ctx.page_title = l("Item Tags"); ctx.page_app = "egAdminConfig"; ctx.page_ctrl = 'CopyTag'; %] @@ -15,7 +15,7 @@
- [% l('Copy Tags') %] + [% l('Item Tags') %]
diff --git a/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 b/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 index 7733249477..27023661a0 100644 --- a/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 @@ -1,12 +1,12 @@ -[% ctx.page_title = l("Copy Alert Suppression"); %] +[% ctx.page_title = l("Item Alert Suppression"); %]