diff options
author | Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | 2023-06-24 11:01:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-24 11:01:23 +0300 |
commit | 42bc04a0d2af26e97829e6b1afd87d550b9b44da (patch) | |
tree | 4240f3c2f645400e98d0d25e69c9de5429ff0da2 /launcher/ui | |
parent | cf94adb363c1ae791ebd6f0149899f63c78bfb1b (diff) | |
download | PrismLauncher-42bc04a0d2af26e97829e6b1afd87d550b9b44da.tar.gz PrismLauncher-42bc04a0d2af26e97829e6b1afd87d550b9b44da.tar.bz2 PrismLauncher-42bc04a0d2af26e97829e6b1afd87d550b9b44da.zip |
Update launcher/ui/MainWindow.cpp
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui')
-rw-r--r-- | launcher/ui/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp index eb09efbc..89c78539 100644 --- a/launcher/ui/MainWindow.cpp +++ b/launcher/ui/MainWindow.cpp @@ -1424,7 +1424,7 @@ void MainWindow::on_actionExportInstanceFlamePack_triggered() if (instance) { if (instance->getPackProfile()->getComponent("org.quiltmc.quilt-loader")) { QMessageBox msgBox; - msgBox.setText(tr("Quilt is not yet supported by curseforge.")); + msgBox.setText(tr("Quilt is currently not supported by CurseForge modpacks.")); msgBox.exec(); return; } |