diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-24 14:50:05 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-24 14:50:05 +0300 |
commit | 30ef5475c75514c08a4d1b2c8e4c6ec5abba41ea (patch) | |
tree | 190ce8b7d5cfda2226d2ffe634cf34f86ac65deb /launcher/modplatform/flame | |
parent | 9804996db652eb719a0eb40c41157d0813372eb2 (diff) | |
download | PrismLauncher-30ef5475c75514c08a4d1b2c8e4c6ec5abba41ea.tar.gz PrismLauncher-30ef5475c75514c08a4d1b2c8e4c6ec5abba41ea.tar.bz2 PrismLauncher-30ef5475c75514c08a4d1b2c8e4c6ec5abba41ea.zip |
Made sure CurseForge string is corect
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/flame')
-rw-r--r-- | launcher/modplatform/flame/FlamePackExportTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlamePackExportTask.cpp b/launcher/modplatform/flame/FlamePackExportTask.cpp index 45fc2e63..fb5bcc0b 100644 --- a/launcher/modplatform/flame/FlamePackExportTask.cpp +++ b/launcher/modplatform/flame/FlamePackExportTask.cpp @@ -232,7 +232,7 @@ void FlamePackExportTask::makeApiRequest() void FlamePackExportTask::getProjectsInfo() { - setStatus(tr("Find project info from curseforge...")); + setStatus(tr("Find project info from CurseForge...")); QList<QString> addonIds; for (auto resolved : resolvedFiles) { if (resolved.slug.isEmpty()) { |