diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index 3a3bba15653..1a936db37fb 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -789,10 +789,11 @@ else print ''; print ' '; print ''; - print ''; - print ' '; - print $langs->trans("Individual"); - print '('.$langs->trans("ToCreateContactWithSameName").')'; + $text =''; + $text.=' '; + $text.= $langs->trans("Individual"); + $htmltext=$langs->trans("ToCreateContactWithSameName"); + print $form->textwithpicto($text, $htmltext, 1, 'help', '', 0, 3); print ''; print ''; print "\n";