diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php index ad77a9ba8c7..26611da68ee 100644 --- a/htdocs/admin/company.php +++ b/htdocs/admin/company.php @@ -292,14 +292,14 @@ if ($action == 'edit' || $action == 'updateedit') // Country $var=!$var; - print ''.$langs->trans("Country").''; + print ''.$langs->trans("Country").''; //if (empty($country_selected)) $country_selected=substr($langs->defaultlang,-2); // Par defaut, pays de la localisation print $form->select_country($mysoc->country_id,'country_id'); if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); print ''."\n"; $var=!$var; - print ''.$langs->trans("State").''; + print ''.$langs->trans("State").''; $formcompany->select_departement($conf->global->MAIN_INFO_SOCIETE_STATE,$mysoc->country_code,'state_id'); print ''."\n";