Changed: Better error message
--HG-- branch : develop
This commit is contained in:
parent
bc45604e46
commit
cc8a200156
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue