Missing gettext calls fixed.
[fa-stable.git] / sales / manage / customers.php
index a20dffb4f5b6b026e6490f74f699b5c75d6db41a..133505304e1b962ae7ee23b283e6044d020e5d98 100644 (file)
@@ -297,8 +297,8 @@ if (!$selected_id)
        unset($_POST['_tabs_sel']); // force settings tab for new customer
 
 tabbed_content_start('tabs', array(
-               'settings' => array('&General settings', $selected_id),
-               'contacts' => array('&Contacts', $selected_id),
+               'settings' => array(_('&General settings'), $selected_id),
+               'contacts' => array(_('&Contacts'), $selected_id),
        ));
        
        switch (get_post('_tabs_sel')) {