Changed: Better error message
This commit is contained in:
parent
3d965a2071
commit
c9a1346d76
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ bool CFilesExtractor::extract7z()
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SZ_ERROR_INPUT_EOF:
|
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;
|
break;
|
||||||
|
|
||||||
case SZ_ERROR_FAIL:
|
case SZ_ERROR_FAIL:
|
||||||
|
|
Loading…
Reference in a new issue