From 98756e89746cfe3e03c0bb3e8bb040a2a8c9283d Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Wed, 1 Aug 2018 13:14:32 -0400 Subject: [PATCH] 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 --- .../templates/staff/admin/local/asset/copy_tag.tt2 | 4 +-- .../staff/admin/local/autoGridEditor/acas.tt2 | 6 ++-- .../staff/admin/local/autoGridEditor/ccat.tt2 | 6 ++-- .../src/templates/staff/admin/local/t_splash.tt2 | 8 ++--- .../src/templates/staff/admin/serials/t_splash.tt2 | 2 +- .../staff/admin/server/config/copy_tag_type.tt2 | 4 +-- .../src/templates/staff/admin/server/t_splash.tt2 | 4 +-- .../staff/admin/workstation/t_print_config.tt2 | 2 +- .../src/templates/staff/cat/bucket/copy/index.tt2 | 4 +-- .../staff/cat/bucket/copy/t_apply_tags.tt2 | 2 +- .../src/templates/staff/cat/bucket/copy/t_view.tt2 | 10 +++--- Open-ILS/src/templates/staff/cat/catalog/index.tt2 | 8 ++--- .../src/templates/staff/cat/catalog/t_catalog.tt2 | 2 +- .../staff/cat/catalog/t_conjoined_items.tt2 | 2 +- .../src/templates/staff/cat/catalog/t_holdings.tt2 | 22 ++++++------- .../src/templates/staff/cat/catalog/t_holds.tt2 | 14 ++++----- Open-ILS/src/templates/staff/cat/item/t_list.tt2 | 10 +++--- .../templates/staff/cat/item/t_summary_pane.tt2 | 4 +-- .../src/templates/staff/cat/share/t_marcedit.tt2 | 4 +-- .../staff/cat/share/t_replace_barcode.tt2 | 4 +-- .../templates/staff/cat/share/t_volume_list.tt2 | 4 +-- Open-ILS/src/templates/staff/cat/volcopy/index.tt2 | 2 +- .../templates/staff/cat/volcopy/t_attr_edit.tt2 | 8 ++--- .../templates/staff/cat/volcopy/t_copy_alerts.tt2 | 4 +-- .../templates/staff/cat/volcopy/t_copy_notes.tt2 | 4 +-- .../templates/staff/cat/volcopy/t_copy_tags.tt2 | 2 +- .../src/templates/staff/cat/volcopy/t_defaults.tt2 | 20 ++++++------ .../src/templates/staff/cat/volcopy/t_edit.tt2 | 20 ++++++------ .../src/templates/staff/cat/volcopy/t_view.tt2 | 4 +-- .../staff/circ/checkin/t_checkin_table.tt2 | 4 +-- .../src/templates/staff/circ/holds/t_pull_list.tt2 | 12 ++++---- .../templates/staff/circ/holds/t_shelf_list.tt2 | 8 ++--- .../templates/staff/circ/in_house_use/index.tt2 | 4 +-- .../src/templates/staff/circ/patron/t_bills.tt2 | 2 +- .../templates/staff/circ/patron/t_bills_list.tt2 | 6 ++-- .../src/templates/staff/circ/patron/t_checkout.tt2 | 4 +-- .../templates/staff/circ/patron/t_holds_list.tt2 | 6 ++-- .../templates/staff/circ/patron/t_items_out.tt2 | 2 +- .../src/templates/staff/circ/renew/t_renew.tt2 | 4 +-- .../templates/staff/circ/share/circ_strings.tt2 | 36 +++++++++++----------- .../templates/staff/circ/share/hold_strings.tt2 | 2 +- .../staff/circ/share/t_circ_exists_dialog.tt2 | 2 +- .../staff/circ/share/t_copy_in_transit_dialog.tt2 | 4 +-- .../staff/circ/share/t_copy_not_avail_dialog.tt2 | 4 +-- .../templates/staff/circ/share/t_hold_details.tt2 | 4 +-- Open-ILS/src/templates/staff/css/cat.css.tt2 | 2 +- Open-ILS/src/templates/staff/css/style.css.tt2 | 2 +- Open-ILS/src/templates/staff/navbar.tt2 | 4 +-- .../staff/serials/t_subscription_manager.tt2 | 6 ++-- .../staff/share/print_templates/t_bill_payment.tt2 | 4 +-- .../share/print_templates/t_bills_current.tt2 | 4 +-- .../share/print_templates/t_bills_historical.tt2 | 8 ++--- .../share/print_templates/t_holds_for_bib.tt2 | 2 +- .../share/print_templates/t_in_house_use_list.tt2 | 4 +-- .../staff/share/print_templates/t_item_status.tt2 | 2 +- .../staff/share/t_add_copy_alert_dialog.tt2 | 2 +- .../staff/share/t_copy_alert_editor_dialog.tt2 | 2 +- .../staff/share/t_copy_alert_manager_dialog.tt2 | 8 ++--- Open-ILS/src/templates/staff/t_splash.tt2 | 2 +- 59 files changed, 173 insertions(+), 173 deletions(-) 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"); %]