Small translation bug
This commit is contained in:
parent
5880b1c3d6
commit
4b8a7237e0
@ -739,7 +739,7 @@ if ($_GET["id"] || $_GET["ref"])
|
|||||||
print '<tr><td>'.$langs->trans("Stock").'</td>';
|
print '<tr><td>'.$langs->trans("Stock").'</td>';
|
||||||
if ($product->no_stock)
|
if ($product->no_stock)
|
||||||
{
|
{
|
||||||
print "<td>".$langs->trans("NoStockDefined");
|
print "<td>".$langs->trans("NoStockForThisProduct");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -109,7 +109,7 @@ if ($_GET["id"] || $_GET["ref"])
|
|||||||
print '<tr><td>'.$langs->trans("Stock").'</td>';
|
print '<tr><td>'.$langs->trans("Stock").'</td>';
|
||||||
if ($product->no_stock)
|
if ($product->no_stock)
|
||||||
{
|
{
|
||||||
print "<td>".$langs->trans("NoStockDefined");
|
print "<td>".$langs->trans("NoStockForThisProduct");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user