Update LaunchController.cpp

Signed-off-by: Ozynt <104643560+Ozynt@users.noreply.github.com>
This commit is contained in:
Ozynt
2022-10-09 13:19:38 +02:00
committed by GitHub
parent 8e43d97133
commit fecf1ffcb9

View File

@ -93,8 +93,8 @@ void LaunchController::decideAccount()
auto reply = CustomMessageBox::selectable( auto reply = CustomMessageBox::selectable(
m_parentWidget, m_parentWidget,
tr("No Accounts"), tr("No Accounts"),
tr("In order to play Minecraft, you must have at least one Microsoft " tr("In order to play Minecraft, you must have at least one Microsoft or Mojang "
"account logged in. " "account logged in. Mojang accounts are only usable offline."
"Would you like to open the account manager to add an account now?"), "Would you like to open the account manager to add an account now?"),
QMessageBox::Information, QMessageBox::Information,
QMessageBox::Yes | QMessageBox::No QMessageBox::Yes | QMessageBox::No