X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fmanage%2Fsuppliers.php;h=a2c2b450b15a1e0dd001a9156cbc3eb4ab76c7ac;hb=7b295ebee702b5b957362997d26106e482253da5;hp=4f306586698efb4ee1c58ef0721449fe3ab7c373;hpb=5504e73f20fee3210b55eb1ecf954e1eb4992bb7;p=fa-stable.git diff --git a/purchasing/manage/suppliers.php b/purchasing/manage/suppliers.php index 4f306586..a2c2b450 100644 --- a/purchasing/manage/suppliers.php +++ b/purchasing/manage/suppliers.php @@ -295,8 +295,8 @@ if (!$supplier_id) unset($_POST['_tabs_sel']); // force settings tab for new customer tabbed_content_start('tabs', array( - 'settings' => array('&General settings', $supplier_id), - 'contacts' => array('&Contacts', $supplier_id), + 'settings' => array(_('&General settings'), $supplier_id), + 'contacts' => array(_('&Contacts'), $supplier_id), )); switch (get_post('_tabs_sel')) {