diff --git a/htdocs/adherents/card_subscriptions.php b/htdocs/adherents/card_subscriptions.php
index ece8bcf5cd7..61ef0da1314 100644
--- a/htdocs/adherents/card_subscriptions.php
+++ b/htdocs/adherents/card_subscriptions.php
@@ -978,10 +978,10 @@ if ($rowid)
$helpcontent='';
$helpcontent.=''.$langs->trans("MailFrom").': '.$conf->global->ADHERENT_MAIL_FROM.'
'."\n";
$helpcontent.=''.$langs->trans("MailRecipient").': '.$object->email.'
'."\n";
- $helpcontent.=''.$langs->trans("Subject").':
'."\n";
+ $helpcontent.=''.$langs->trans("MailTopic").':
'."\n";
$helpcontent.=$subjecttosend."\n";
$helpcontent.="
";
- $helpcontent.=''.$langs->trans("Content").':
';
+ $helpcontent.=''.$langs->trans("MailText").':
';
$helpcontent.=dol_htmlentitiesbr($texttosend)."\n";
print $form->textwithpicto($tmp,$helpcontent,1,'help');
diff --git a/htdocs/admin/commande.php b/htdocs/admin/commande.php
index 36c57926c4d..1a00c229150 100644
--- a/htdocs/admin/commande.php
+++ b/htdocs/admin/commande.php
@@ -472,7 +472,7 @@ foreach ($dirmodels as $reldir)
$htmltooltip.='
'.$langs->trans("PaymentMode").': '.yn($module->option_modereg,1,1);
$htmltooltip.='
'.$langs->trans("PaymentConditions").': '.yn($module->option_condreg,1,1);
$htmltooltip.='
'.$langs->trans("MultiLanguage").': '.yn($module->option_multilang,1,1);
- //$htmltooltip.='
'.$langs->trans("Escompte").': '.yn($module->option_escompte,1,1);
+ //$htmltooltip.='
'.$langs->trans("Discounts").': '.yn($module->option_escompte,1,1);
//$htmltooltip.='
'.$langs->trans("CreditNote").': '.yn($module->option_credit_note,1,1);
$htmltooltip.='
'.$langs->trans("WatermarkOnDraftOrders").': '.yn($module->option_draft_watermark,1,1);
diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php
index 6e54456f59e..46c793e0d72 100644
--- a/htdocs/admin/facture.php
+++ b/htdocs/admin/facture.php
@@ -571,7 +571,7 @@ foreach ($dirmodels as $reldir)
$htmltooltip.='
'.$langs->trans("Logo").': '.yn($module->option_logo,1,1);
$htmltooltip.='
'.$langs->trans("PaymentMode").': '.yn($module->option_modereg,1,1);
$htmltooltip.='
'.$langs->trans("PaymentConditions").': '.yn($module->option_condreg,1,1);
- $htmltooltip.='
'.$langs->trans("Escompte").': '.yn($module->option_escompte,1,1);
+ $htmltooltip.='
'.$langs->trans("Discounts").': '.yn($module->option_escompte,1,1);
$htmltooltip.='
'.$langs->trans("CreditNote").': '.yn($module->option_credit_note,1,1);
$htmltooltip.='
'.$langs->trans("MultiLanguage").': '.yn($module->option_multilang,1,1);
$htmltooltip.='
'.$langs->trans("WatermarkOnDraftInvoices").': '.yn($module->option_draft_watermark,1,1);
diff --git a/htdocs/admin/propal.php b/htdocs/admin/propal.php
index 02b57e63cb2..a0ed2dcba75 100644
--- a/htdocs/admin/propal.php
+++ b/htdocs/admin/propal.php
@@ -456,7 +456,7 @@ foreach ($dirmodels as $reldir)
$htmltooltip.='
'.$langs->trans("PaymentMode").': '.yn($module->option_modereg,1,1);
$htmltooltip.='
'.$langs->trans("PaymentConditions").': '.yn($module->option_condreg,1,1);
$htmltooltip.='
'.$langs->trans("MultiLanguage").': '.yn($module->option_multilang,1,1);
- //$htmltooltip.='
'.$langs->trans("Escompte").': '.yn($module->option_escompte,1,1);
+ //$htmltooltip.='
'.$langs->trans("Discounts").': '.yn($module->option_escompte,1,1);
//$htmltooltip.='
'.$langs->trans("CreditNote").': '.yn($module->option_credit_note,1,1);
$htmltooltip.='
'.$langs->trans("WatermarkOnDraftProposal").': '.yn($module->option_draft_watermark,1,1);
diff --git a/htdocs/core/modules/dons/html_cerfafr.html b/htdocs/core/modules/dons/html_cerfafr.html
index 246c31fc1c7..664bf54d965 100644
--- a/htdocs/core/modules/dons/html_cerfafr.html
+++ b/htdocs/core/modules/dons/html_cerfafr.html
@@ -123,8 +123,8 @@
- __DonationPaymentDate__ : __DATE__
- __DonationPaymentMode__ : __PAYMENTMODE_LIB__
+ __DatePayment__ : __DATE__
+ __PaymentMode__ : __PAYMENTMODE_LIB__