mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: Better error message
This commit is contained in:
parent
1335335682
commit
87a775d30f
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