diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-10-01 14:32:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 14:32:42 +0200 |
commit | e3a147f56decaa9ae40c9a9a43e48ddfa53ecc6f (patch) | |
tree | 2261f06f517db510f9d02369a923ee629537a710 /launcher/ui/pages/instance | |
parent | 898a719d3e4f8469564079aad25096864e706c36 (diff) | |
parent | 317c7b5544a0f797593c0465d927089953c2b506 (diff) | |
download | PrismLauncher-e3a147f56decaa9ae40c9a9a43e48ddfa53ecc6f.tar.gz PrismLauncher-e3a147f56decaa9ae40c9a9a43e48ddfa53ecc6f.tar.bz2 PrismLauncher-e3a147f56decaa9ae40c9a9a43e48ddfa53ecc6f.zip |
Merge pull request #1656 from Trial97/remove_mojang2
Diffstat (limited to 'launcher/ui/pages/instance')
-rw-r--r-- | launcher/ui/pages/instance/VersionPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/instance/VersionPage.cpp b/launcher/ui/pages/instance/VersionPage.cpp index e22c764c..2918261d 100644 --- a/launcher/ui/pages/instance/VersionPage.cpp +++ b/launcher/ui/pages/instance/VersionPage.cpp @@ -411,7 +411,7 @@ void VersionPage::on_actionDownload_All_triggered() if (!APPLICATION->accounts()->anyAccountIsValid()) { CustomMessageBox::selectable(this, tr("Error"), tr("Cannot download Minecraft or update instances unless you have at least " - "one account added.\nPlease add your Microsoft or Mojang account."), + "one account added.\nPlease add a Microsoft account."), QMessageBox::Warning) ->show(); return; |