Cleanup. Optimized hotkeys in tabs.
[fa-stable.git] / purchasing / manage / suppliers.php
index 556d8ec5ff64728c6a4f9427ceb94006c60947cf..91f16d6401b465b7c15dcbfdf346aa6104eb630a 100644 (file)
@@ -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')) {