diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-03-11 14:53:05 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 14:53:05 +1100 |
commit | 07e4c4d189491c202acf2680cdb015cfc949b259 (patch) | |
tree | ce9f5564877ce2ece66c9cc086dedbe275a8c2fa /launcher | |
parent | c4a8fd353c3d2f72452f739ebc4aca764e974f11 (diff) | |
parent | 49d122a2c47fdf7aed04dfb950b2333f60ba855c (diff) | |
download | PrismLauncher-07e4c4d189491c202acf2680cdb015cfc949b259.tar.gz PrismLauncher-07e4c4d189491c202acf2680cdb015cfc949b259.tar.bz2 PrismLauncher-07e4c4d189491c202acf2680cdb015cfc949b259.zip |
Merge pull request #242 from deadmeu/develop
Fix missing space in "No Accounts" message
Diffstat (limited to 'launcher')
-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 40178b70..4fd2eade 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -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 |