Changed: Better error message

This commit is contained in:
kervala 2016-10-11 18:03:26 +02:00
parent 3d965a2071
commit c9a1346d76

View file

@ -502,7 +502,7 @@ bool CFilesExtractor::extract7z()
break;
case SZ_ERROR_INPUT_EOF:
error = QApplication::tr("Errors in 7z file");
error = QApplication::tr("File %1 is corrupted, unable to uncompress it").arg(m_sourceFile);
break;
case SZ_ERROR_FAIL: