aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-04-06 19:59:15 +0100
committerTheKodeToad <TheKodeToad@proton.me>2023-04-06 19:59:24 +0100
commitb65f4c9536691096d44ae427ff71bfe971592747 (patch)
tree4d968baa1ea6ab4361eb92d25cf536f34138eb6f /launcher
parent012d8bb4680b54bedd9b58fb6102c768002cf0ed (diff)
downloadPrismLauncher-b65f4c9536691096d44ae427ff71bfe971592747.tar.gz
PrismLauncher-b65f4c9536691096d44ae427ff71bfe971592747.tar.bz2
PrismLauncher-b65f4c9536691096d44ae427ff71bfe971592747.zip
Better collectFileListRecursively error
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/modplatform/modrinth/ModrinthPackExportTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp b/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp
index f4b2bcd3..2618074e 100644
--- a/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp
+++ b/launcher/modplatform/modrinth/ModrinthPackExportTask.cpp
@@ -70,7 +70,7 @@ void ModrinthPackExportTask::collectFiles()
{
files.clear();
if (!MMCZip::collectFileListRecursively(instance->gameRoot(), nullptr, &files, filter)) {
- emitFailed(tr("Could not collect list of files"));
+ emitFailed(tr("Could not search for files"));
return;
}