diff --git a/htdocs/html.formmail.class.php b/htdocs/html.formmail.class.php
index 0e4fc3467091de60ae07ec8896cd794a36013e7f..b8f226b8e2ed1994ed1e7bf6e89ab9d09a2fbf39 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);