From 44297f666389bc9b18c1b3739e5cab6cb5da7852 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 1 Nov 2011 10:33:33 +0100 Subject: [PATCH] Cleanup. Optimized hotkeys in tabs. --- inventory/manage/items.php | 4 ++-- purchasing/manage/suppliers.php | 4 ++-- sales/manage/customers.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inventory/manage/items.php b/inventory/manage/items.php index 5fdc7026..4254ea6e 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -450,8 +450,8 @@ if (!$stock_id) tabbed_content_start('tabs', array( 'settings' => array(_('&General settings'), $stock_id), - 'movement' => array(_('Inventory Item &Movement'), $stock_id), - 'status' => array(_('Inventory Item &Status'), $stock_id), + 'movement' => array(_('&Transactions'), $stock_id), + 'status' => array(_('&Status'), $stock_id), )); switch (get_post('_tabs_sel')) { diff --git a/purchasing/manage/suppliers.php b/purchasing/manage/suppliers.php index 556d8ec5..91f16d64 100644 --- a/purchasing/manage/suppliers.php +++ b/purchasing/manage/suppliers.php @@ -302,8 +302,8 @@ if (!$supplier_id) tabbed_content_start('tabs', array( 'settings' => array(_('&General settings'), $supplier_id), 'contacts' => array(_('&Contacts'), $supplier_id), - 'transactions' => array(_('&Supplier Inquiry'), $supplier_id), - 'orders' => array(_('&Purchase orders'), $supplier_id), + 'transactions' => array(_('&Transactions'), $supplier_id), + 'orders' => array(_('Purchase &Orders'), $supplier_id), )); switch (get_post('_tabs_sel')) { diff --git a/sales/manage/customers.php b/sales/manage/customers.php index 8cc3401d..0a11de23 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -337,8 +337,8 @@ if (!$selected_id) tabbed_content_start('tabs', array( 'settings' => array(_('&General settings'), $selected_id), 'contacts' => array(_('&Contacts'), $selected_id), - 'transactions' => array(_('Customer &Transactions'), $selected_id), - 'orders' => array(_('&Orders'), $selected_id), + 'transactions' => array(_('&Transactions'), $selected_id), + 'orders' => array(_('Sales &Orders'), $selected_id), )); switch (get_post('_tabs_sel')) { -- 2.30.2