Fix: Trans

This commit is contained in:
Laurent Destailleur 2012-03-31 18:34:28 +02:00
parent 2dcd966046
commit 79291ff610

View File

@ -317,7 +317,7 @@ if ($result)
}
else if ($links[$key]['type']=='company') {
print '<a href="'.DOL_URL_ROOT.'/societe/soc.php?socid='.$links[$key]['url_id'].'">';
print img_object($langs->trans('ShowThirdParty'),'company').' ';
print img_object($langs->trans('ShowCompany'),'company').' ';
print $links[$key]['label'];
print '</a>';
}