diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index da93a2305c7..e3d409282b4 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -1416,15 +1416,15 @@ else
if ($_GET["action"] == 'presend')
{
print '
';
- print_titre("Envoyer la facture par mail");
+ print_titre($langs->trans("SendBillByMail"));
$liste[0]=" ";
foreach ($soc->contact_email_array() as $key=>$value) {
$liste[$key]=$value;
}
-
+
// Créé l'objet formulaire mail
- include_once("../html.formmail.class.php");
+ include_once(DOL_DOCUMENT_ROOT."/html.formmail.class.php");
$formmail = new FormMail($db);
$formmail->fromname = $user->fullname;
$formmail->frommail = $user->email;
@@ -1450,7 +1450,7 @@ else
if ($_GET["action"] == 'prerelance')
{
print '
';
- print_titre("Envoyer une relance par mail");
+ print_titre($langs->trans("SendReminderBillByMail"));
$liste[0]=" ";
foreach ($soc->contact_email_array() as $key=>$value) {
@@ -1496,14 +1496,7 @@ else
{
$i = 0; $total = 0;
print "
";
- if ($num >1)
- {
- print_titre("Propositions commerciales associées");
- }
- else
- {
- print_titre("Proposition commerciale associée");
- }
+ print_titre($langs->trans("RelatedCommercialProposals"));
print '