aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-24 11:02:40 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-24 11:02:40 +0300
commit377707d3db2d14b4cd57fea22f62c78c9b7b4830 (patch)
treee351de86b42eef2d54576690f64437a6d7fb2fd3 /launcher/ui
parent7ebc8c48a8fb483a48382889ea0e5fbfaeca1864 (diff)
parent42bc04a0d2af26e97829e6b1afd87d550b9b44da (diff)
downloadPrismLauncher-377707d3db2d14b4cd57fea22f62c78c9b7b4830.tar.gz
PrismLauncher-377707d3db2d14b4cd57fea22f62c78c9b7b4830.tar.bz2
PrismLauncher-377707d3db2d14b4cd57fea22f62c78c9b7b4830.zip
Merge branch 'curse' of github.com:Trial97/PrismLauncher into curse
Diffstat (limited to 'launcher/ui')
-rw-r--r--launcher/ui/MainWindow.cpp2
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;
}