diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php
index 5faf915f329..85e88597d52 100644
--- a/htdocs/fourn/card.php
+++ b/htdocs/fourn/card.php
@@ -301,7 +301,7 @@ if ($object->id > 0)
print '
';
print '';
print '| '.$langs->trans("ProductsAndServices").' | ';
- print ''.$langs->trans("All").' '.$object->nbOfProductRefs().'';
+ print ''.$langs->trans("AllProductServicePrices").' '.$object->nbOfProductRefs().'';
print ' |
';
//Query from product/liste.php
diff --git a/htdocs/langs/en_US/orders.lang b/htdocs/langs/en_US/orders.lang
index 2ca7a9c7e99..363fb504a5b 100644
--- a/htdocs/langs/en_US/orders.lang
+++ b/htdocs/langs/en_US/orders.lang
@@ -39,7 +39,7 @@ StatusOrderRefusedShort=Refused
StatusOrderBilledShort=Billed
StatusOrderToProcessShort=To process
StatusOrderReceivedPartiallyShort=Partially received
-StatusOrderReceivedAllShort=Everything received
+StatusOrderReceivedAllShort=Products received
StatusOrderCanceled=Canceled
StatusOrderDraft=Draft (needs to be validated)
StatusOrderValidated=Validated
@@ -51,7 +51,7 @@ StatusOrderApproved=Approved
StatusOrderRefused=Refused
StatusOrderBilled=Billed
StatusOrderReceivedPartially=Partially received
-StatusOrderReceivedAll=Everything received
+StatusOrderReceivedAll=All products received
ShippingExist=A shipment exists
QtyOrdered=Qty ordered
ProductQtyInDraft=Product quantity into draft orders
diff --git a/htdocs/langs/en_US/suppliers.lang b/htdocs/langs/en_US/suppliers.lang
index 8e1a8bd0e22..b890919ace5 100644
--- a/htdocs/langs/en_US/suppliers.lang
+++ b/htdocs/langs/en_US/suppliers.lang
@@ -41,3 +41,4 @@ DoNotOrderThisProductToThisSupplier=Do not order
NotTheGoodQualitySupplier=Wrong quality
ReputationForThisProduct=Reputation
BuyerName=Buyer name
+AllProductServicePrices=All product / service prices