diff --git a/htdocs/docsoc.php b/htdocs/docsoc.php index da8c7ac4d66..903cacefeeb 100644 --- a/htdocs/docsoc.php +++ b/htdocs/docsoc.php @@ -68,7 +68,7 @@ if ( $_POST["sendit"] && $conf->upload != 0) } else { - $mesg = '
'.$langs->trans("FileIsInfectedWith",$result).'
'; + $mesg = '
'.$langs->trans("ErrorFileIsInfectedWith",$result).'
'; } } }