Skip to content

Commit

Permalink
Merge pull request #343 from Modorganizer2/Develop
Browse files Browse the repository at this point in the history
Better error message when archives can't be extracted
  • Loading branch information
Silarn authored May 9, 2018
2 parents 26b946a + 693f3c4 commit 886fb10
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 886fb10

Please sign in to comment.