Fix: Translation

This commit is contained in:
Laurent Destailleur 2011-01-23 22:38:06 +00:00
parent eba944b80b
commit 66eda574ea

View File

@ -340,7 +340,7 @@ if (! empty($canvas))
// display_canvas. All output should be processed by template so // display_canvas. All output should be processed by template so
// showHead and dol_htmloutput_errors should be moved into // showHead and dol_htmloutput_errors should be moved into
// display_canvas. // display_canvas.
// Card header // Card header
$objcanvas->showHead(); $objcanvas->showHead();
@ -399,7 +399,7 @@ else
*/ */
$head = contact_prepare_head($object); $head = contact_prepare_head($object);
dol_fiche_head($head, 'card', $langs->trans("Contact"), 0, 'contact'); dol_fiche_head($head, 'card', $langs->trans("ContactsAddresses"), 0, 'contact');
} }
if ($user->rights->societe->contact->creer) if ($user->rights->societe->contact->creer)