diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-15 22:18:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 22:18:34 +0200 |
commit | e5d00971167d46e6ac5111798d4dc53a52735676 (patch) | |
tree | dd07b1212195a0f1e5206bf8f3e7197dd47c4d14 | |
parent | 6d78ea5a457f510e95f179c3e33862af2f6c79a4 (diff) | |
parent | bdd2d57808004ccd12b2438c7af9d163fbe96c0d (diff) | |
download | PrismLauncher-e5d00971167d46e6ac5111798d4dc53a52735676.tar.gz PrismLauncher-e5d00971167d46e6ac5111798d4dc53a52735676.tar.bz2 PrismLauncher-e5d00971167d46e6ac5111798d4dc53a52735676.zip |
Merge pull request #531 from Ozynt/patch-1
Remove reference to legacy Minecraft accounts
-rw-r--r-- | launcher/LaunchController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/LaunchController.cpp b/launcher/LaunchController.cpp index 4cb62e69..002c08b9 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -93,7 +93,7 @@ void LaunchController::decideAccount() auto reply = CustomMessageBox::selectable( m_parentWidget, tr("No Accounts"), - tr("In order to play Minecraft, you must have at least one Mojang or Minecraft " + tr("In order to play Minecraft, you must have at least one Mojang or Microsoft " "account logged in. " "Would you like to open the account manager to add an account now?"), QMessageBox::Information, |