From 693f3c40eed72f7c827b45c0d9e70697fc6cc34b Mon Sep 17 00:00:00 2001 From: Silarn Date: Tue, 8 May 2018 19:33:25 -0500 Subject: Better error message when archives can't be extracted --- src/installationmanager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/installationmanager.cpp') diff --git a/src/installationmanager.cpp b/src/installationmanager.cpp index 8cfe04cb..fead2bc4 100644 --- a/src/installationmanager.cpp +++ b/src/installationmanager.cpp @@ -854,7 +854,8 @@ bool InstallationManager::install(const QString &fileName, } } - reportError(tr("None of the available installer plugins were able to handle that archive")); + reportError(tr("None of the available installer plugins were able to handle that archive.\n" + "This is likely due to a corrupted or incompatible download or unrecognized archive format.")); return false; } -- cgit v1.3.1