From 917a29fac0ac635ee48091cf795bac681770f2a5 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 4 Feb 2015 12:18:25 +0100 Subject: [PATCH] This error message needs to explain itself a bit better --- oracle/src/oraclewizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oracle/src/oraclewizard.cpp b/oracle/src/oraclewizard.cpp index 91f47304..df75da45 100644 --- a/oracle/src/oraclewizard.cpp +++ b/oracle/src/oraclewizard.cpp @@ -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);