Problem of traduction

This commit is contained in:
aspangaro 2016-12-11 14:13:48 +01:00
parent 2a61b360e9
commit b7babb8a48

View File

@ -838,9 +838,8 @@ class FormFile
if (preg_match('/text/',$mime)) $tmpout.= ' target="_blank"'; if (preg_match('/text/',$mime)) $tmpout.= ' target="_blank"';
$tmpout.= '>'; $tmpout.= '>';
$tmpout.=img_mime($relativepath, $file["name"]).' '; $tmpout.=img_mime($relativepath, $file["name"]).' ';
$tmpout.= $langs->trans("Download ".$ext); $tmpout.= $langs->trans("Download").' '.$ext;
$tmpout.= '</a></li>'."\n"; $tmpout.= '</a></li>'."\n";
} }
$out.=$tmpout; $out.=$tmpout;
$out.='</ul></div></dd> $out.='</ul></div></dd>