aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/flame
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-24 14:50:05 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-24 14:50:05 +0300
commit30ef5475c75514c08a4d1b2c8e4c6ec5abba41ea (patch)
tree190ce8b7d5cfda2226d2ffe634cf34f86ac65deb /launcher/modplatform/flame
parent9804996db652eb719a0eb40c41157d0813372eb2 (diff)
downloadPrismLauncher-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.cpp2
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()) {