diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index 7a61c7ae7a1..02a79edb0ee 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -675,7 +675,7 @@ if ($_GET["action"] == 'create' && ($user->rights->produit->creer || $user->righ
// To buy
print '
| '.$langs->trans("Status").' ('.$langs->trans("Buy").')'.' | ';
- $statutarray=array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSell"));
+ $statutarray=array('1' => $langs->trans("ProductStatusOnBuy"), '0' => $langs->trans("ProductStatusNotOnBuy"));
$html->select_array('statut_buy',$statutarray,$_POST["statut_buy"]);
print ' |
';
@@ -910,13 +910,13 @@ if ($_GET["id"] || $_GET["ref"])
print '';
print '';