This error message needs to explain itself a bit better
This commit is contained in:
parent
4ebcfc6b34
commit
917a29fac0
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ void LoadSetsPage::readSetsFromByteArray(QByteArray data)
|
|||
|
||||
if(uz.fileList().size() != 1)
|
||||
{
|
||||
zipDownloadFailed(tr("The Zip archive doesn't contain exactly one file."));
|
||||
zipDownloadFailed(tr("Zip extraction failed: the Zip archive doesn't contain exactly one file."));
|
||||
return;
|
||||
}
|
||||
fileName = uz.fileList().at(0);
|
||||
|
|
Loading…
Reference in a new issue