X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fmanage%2Fsuppliers.php;h=a2c2b450b15a1e0dd001a9156cbc3eb4ab76c7ac;hb=b9c390e62949efc04b016a87631c18eb70e7870e;hp=4f306586698efb4ee1c58ef0721449fe3ab7c373;hpb=27b39d347e10628252c4629f63c81f44987d8f4f;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')) {