Merge branch 'curse' of github.com:Trial97/PrismLauncher into curse

This commit is contained in:
Trial97 2023-06-24 11:02:40 +03:00
commit 377707d3db
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

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