X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcustomer_branches.php;h=537a589130bb089a88e047e376bf16547357b87e;hb=bac6bc5d595dab716bb3c65e451e81d724b8de2d;hp=e80b9007afa0c5204d11e0394f581dac6fb80267;hpb=2b00fdb0dce9363d279b8cdc9de8879f811ca198;p=fa-stable.git diff --git a/sales/manage/customer_branches.php b/sales/manage/customer_branches.php index e80b9007..537a5891 100644 --- a/sales/manage/customer_branches.php +++ b/sales/manage/customer_branches.php @@ -320,8 +320,8 @@ else display_note(_("The selected customer does not have any branches. Please create at least one branch.")); tabbed_content_start('tabs', array( - 'settings' => array('&General settings', $selected_id!=-1), - 'contacts' => array('&Contacts', $selected_id!=-1), + 'settings' => array(_('&General settings'), $selected_id!=-1), + 'contacts' => array(_('&Contacts'), $selected_id!=-1), // 'orders' => array('S&ales orders', $selected_id!=-1) // not implemented ));