From 16e87f08b3f09e6956f2d63a5b51b4f8f8c089fa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 3 Jul 2008 17:50:16 +0000 Subject: [PATCH] Fix: Translation --- htdocs/contact/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index 29088537e48..55d9e25de32 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -374,7 +374,7 @@ if ($user->rights->societe->contact->creer) print $form->select_civilite($contact->civilite_id); print ''; - print 'Poste/Fonction'; + print ''.$langs->trans("PostOrFunction" ).''; print ''.$langs->trans("Address").''; @@ -511,7 +511,7 @@ if ($_GET["id"] && $_GET["action"] != 'edit') print $contact->getCivilityLabel(); print ''; - print 'Poste/Fonction'.$contact->poste.''; + print ''.$langs->trans("PostOrFunction" ).''.$contact->poste.''; print ''.$langs->trans("Address").''.$contact->address.'';