Fixed typo in error message for moving/copying files

This commit is contained in:
Andreas Stöckel 2011-08-02 09:34:13 +00:00
parent 5a7daf61aa
commit b7a221a6ac

View File

@ -1218,7 +1218,7 @@ function check_files(upload)
}
else
{
$arr['msg'] = sprintf(lang("%d erros while copying, %d files successfully copied."),
$arr['msg'] = sprintf(lang("%d errors while copying, %d files successfully copied."),
$arr['errs'], count($copied));
}
@ -1235,7 +1235,7 @@ function check_files(upload)
}
else
{
$arr['msg'] = sprintf(lang("%d erros while moving, %d files successfully moved."),
$arr['msg'] = sprintf(lang("%d errors while moving, %d files successfully moved."),
$arr['errs'], count($moved));
}