From e2ca4842afba8abba2b4ce15e985429c9ce18654 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 28 Aug 2012 11:00:04 -0400 Subject: [PATCH] Bug 8696: Update Export bibs on Tool Menu The tool for exporting bibs is now 'Export data' this patch changes the label on the menu to reflect that. Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain --- koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc index d5ed7800e2..c209de480e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc @@ -54,7 +54,7 @@
  • Batch item modification
  • [% END %] [% IF ( CAN_user_tools_export_catalog ) %] -
  • Export bibs/holdings
  • +
  • Export data
  • [% END %] [% IF ( CAN_user_tools_inventory ) %]
  • Inventory/stocktaking
  • -- 2.20.1