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
commit 07e4c4d189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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