diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2018-05-08 19:33:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-08 19:33:47 -0500 |
| commit | 886fb10288baf4f52af2ad812a1c2121e138a16e (patch) | |
| tree | 7f6c11ebbeec21514bd414bdb146441eb694b4fd /src/installationmanager.cpp | |
| parent | 26b946a905cc1324d9588dcf6c621c0d26001e7b (diff) | |
| parent | 693f3c40eed72f7c827b45c0d9e70697fc6cc34b (diff) | |
Merge pull request #343 from Modorganizer2/Develop
Better error message when archives can't be extracted
Diffstat (limited to 'src/installationmanager.cpp')
| -rw-r--r-- | src/installationmanager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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;
}
|
