diff options
| author | Silarn <jrim@rimpo.org> | 2018-05-08 19:33:25 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-05-08 19:33:25 -0500 |
| commit | 693f3c40eed72f7c827b45c0d9e70697fc6cc34b (patch) | |
| tree | 7f6c11ebbeec21514bd414bdb146441eb694b4fd /src/installationmanager.cpp | |
| parent | 11aa955d73bd58724b9fd0b05cc40ed8133db3f8 (diff) | |
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;
}
|
