Fix missing space in "No Accounts" message

This commit is contained in:
deadmeu 2022-03-08 23:24:11 +10:00
parent dc9e250868
commit 49d122a2c4

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