Small translation bug

This commit is contained in:
liedekef 2007-01-14 13:56:56 +00:00
parent 5880b1c3d6
commit 4b8a7237e0
2 changed files with 2 additions and 2 deletions

View File

@ -739,7 +739,7 @@ if ($_GET["id"] || $_GET["ref"])
print '<tr><td>'.$langs->trans("Stock").'</td>';
if ($product->no_stock)
{
print "<td>".$langs->trans("NoStockDefined");
print "<td>".$langs->trans("NoStockForThisProduct");
}
else
{

View File

@ -109,7 +109,7 @@ if ($_GET["id"] || $_GET["ref"])
print '<tr><td>'.$langs->trans("Stock").'</td>';
if ($product->no_stock)
{
print "<td>".$langs->trans("NoStockDefined");
print "<td>".$langs->trans("NoStockForThisProduct");
}
else
{