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>
This commit is contained in:
Alexandru Ionut Tripon 2023-06-24 11:01:23 +03:00 committed by GitHub
parent cf94adb363
commit 42bc04a0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}