diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index e528c275c05..4351c97c290 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -248,7 +248,7 @@ if ($socid > 0)
print "";
print '';
- // Reductions relative (Remises-Ristournes-Rabbais)
+ // Reductions relative (Discounts-Drawbacks-Rebates)
print '
';
print '| ';
print $langs->trans("CustomerRelativeDiscountShort");
@@ -261,7 +261,7 @@ if ($socid > 0)
print ' | '.($objsoc->remise_client?$objsoc->remise_client.'%':$langs->trans("DiscountNone")).' | ';
print ' ';
- // Reductions absolues (Remises-Ristournes-Rabbais)
+ // Reductions absolues (Discounts-Drawbacks-Rebates)
print '';
print '';
print '| ';
diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php
index 2786518d9a0..384740b1f4a 100644
--- a/htdocs/compta/fiche.php
+++ b/htdocs/compta/fiche.php
@@ -179,7 +179,7 @@ if ($socid > 0)
print ' | '.($societe->remise_client?price2num($societe->remise_client,'MT').'%':$langs->trans("DiscountNone")).' | ';
print ' ';
- // Reductions (Remises-Ristournes-Rabbais)
+ // Reductions (Discounts-Drawbacks-Rebates)
print '| ';
print ' | |
|