Commit 917a29fa authored by Fabio Bas's avatar Fabio Bas
Browse files

This error message needs to explain itself a bit better

parent 4ebcfc6b
......@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment