This error message needs to explain itself a bit better

This commit is contained in:
Fabio Bas 2015-02-04 12:18:25 +01:00
parent 4ebcfc6b34
commit 917a29fac0

View file

@ -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);