diff --git a/htdocs/compta/resultat/clientfourn.php b/htdocs/compta/resultat/clientfourn.php
index c2ef7fc7a45..b39e5c47f7f 100644
--- a/htdocs/compta/resultat/clientfourn.php
+++ b/htdocs/compta/resultat/clientfourn.php
@@ -541,7 +541,7 @@ if ($mysoc->tva_assuj == 'franchise') // Non assujetti
print '
| ';
print '';
- print '| '.$langs->trans("Result").' | ';
+ print '
| '.$langs->trans("Profit").' | ';
if ($modecompta == 'CREANCES-DETTES')
print ''.price($total_ht).' | ';
print ''.price($total_ttc).' | ';
@@ -1001,7 +1001,7 @@ if ($mysoc->tva_assuj != 'franchise') // Assujetti
print ' | ';
print '
';
- print '| '.$langs->trans("Result").' | ';
+ print '
| '.$langs->trans("Profit").' | ';
if ($modecompta == 'CREANCES-DETTES')
print ''.price(price2num($total_ht,'MT')).' | ';
print ''.price(price2num($total_ttc,'MT')).' | ';