From 3f8d097b39da3002c5f36fdd4819e92240ba3448 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Wed, 19 Oct 2005 05:44:24 +0000
Subject: [PATCH] Fix: bug #14724 overview: erreur grammaire

---
 htdocs/html.formmail.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/html.formmail.class.php b/htdocs/html.formmail.class.php
index 0e4fc346709..b8f226b8e2e 100644
--- a/htdocs/html.formmail.class.php
+++ b/htdocs/html.formmail.class.php
@@ -215,7 +215,7 @@ class FormMail
         if ($this->param["models"]=='body') { $defaultmessage=$this->withbody; }
         if ($this->param["models"]=='facture_send')    { $defaultmessage="Veuillez trouver ci-joint la facture __FACREF__\n\nCordialement\n\n"; }
         if ($this->param["models"]=='facture_relance') { $defaultmessage="Nous apportons � votre connaissance que la facture  __FACREF__ ne semble pas avoir �t� r�gl�e. La voici donc, pour rappel, en pi�ce jointe.\n\nCordialement\n\n"; }
-        if ($this->param["models"]=='propal_send') { $defaultmessage="Veuillez trouver ci-joint la proposition commercial __PROPREF__\n\nCordialement\n\n"; }
+        if ($this->param["models"]=='propal_send') { $defaultmessage="Veuillez trouver ci-joint la proposition commerciale __PROPREF__\n\nCordialement\n\n"; }
 
         $defaultmessage=$this->make_substitutions($defaultmessage);
         
-- 
GitLab