From e95f2bb4adbf43c434ce679a92ba40bbd3a62a7d Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 28 Aug 2012 11:00:04 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 8696: Update Export bibs on Tool Menu Content-Type: text/plain; charset="utf-8" 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 --- .../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 d5ed780..d111cfc 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
  • -- 1.7.9.5