diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index f87fbc60ba3..93474b16554 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.php
@@ -944,7 +944,7 @@ if (! empty($conf->global->PRODUIT_MULTIPRICES) || ! empty($conf->global->PRODUI
}
print '';
- print '(' . $langs->trans("DisablePriceByQty").')';
+ print '(' . $langs->trans("DisablePriceByQty").')';
} else {
print $langs->trans("No");
print ' (' . $langs->trans("Activate") . ')';