From 1a89b0dfbf17f1ce43eef8e732ed4ad9101c8376 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 6 Jul 2005 23:52:45 +0000 Subject: [PATCH] Correction typo --- htdocs/compta/facture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 7a5286e7896..256ab684114 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -388,7 +388,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance') $actionmsg.="Texte utilisé dans le corps du message:
"; $actionmsg.="$message"; } - $actionmsg2="Envoi Facture par mail"; + $actionmsg2="Envoi facture par mail"; } if ($_POST["action"] == 'relance') { $subject = "Relance facture $fac->ref"; @@ -398,7 +398,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance') $actionmsg.="Texte utilisé dans le corps du message:
"; $actionmsg.="$message"; } - $actionmsg2="Relance Facture par mail"; + $actionmsg2="Relance facture par mail"; } $filepath[0] = $file;