Skip to content

Commit

Permalink
Better error message when archives can't be extracted
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed May 9, 2018
1 parent 11aa955 commit 693f3c4
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 111 deletions.
3 changes: 2 additions & 1 deletion src/installationmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
Loading

0 comments on commit 693f3c4

Please sign in to comment.