Missing gettext calls fixed.
[fa-stable.git] / purchasing / manage / suppliers.php
index 4f306586698efb4ee1c58ef0721449fe3ab7c373..a2c2b450b15a1e0dd001a9156cbc3eb4ab76c7ac 100644 (file)
@@ -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')) {