Merge pull request #242 from deadmeu/develop

Fix missing space in "No Accounts" message
This commit is contained in:
Ezekiel Smith
2022-03-11 14:53:05 +11:00
committed by GitHub

View File

@ -56,7 +56,7 @@ void LaunchController::decideAccount()
m_parentWidget,
tr("No Accounts"),
tr("In order to play Minecraft, you must have at least one Mojang or Minecraft "
"account logged in."
"account logged in. "
"Would you like to open the account manager to add an account now?"),
QMessageBox::Information,
QMessageBox::Yes | QMessageBox::No