Fix: Pb traduction

This commit is contained in:
Laurent Destailleur 2005-08-12 22:12:21 +00:00
parent 845d0a8dca
commit d682281e61

View File

@ -219,7 +219,7 @@ if ($conf->produit->enabled)
foreach($board->nb as $key=>$val) foreach($board->nb as $key=>$val)
{ {
$var=!$var; $var=!$var;
print '<tr '.$bc[$var].'><td width="16">'.img_object($langs->trans("Producst"),"product").'</td>'; print '<tr '.$bc[$var].'><td width="16">'.img_object($langs->trans("Products"),"product").'</td>';
print '<td>'; print '<td>';
if ($key == "products") print $langs->trans("Products"); if ($key == "products") print $langs->trans("Products");
print '</td>'; print '</td>';