aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authordeadmeu <deadmeu@gmail.com>2022-03-08 23:24:11 +1000
committerdeadmeu <deadmeu@gmail.com>2022-03-08 23:24:11 +1000
commit49d122a2c47fdf7aed04dfb950b2333f60ba855c (patch)
tree05dd1f6383c028a0026bf6561d37c62b5dd44fc6 /launcher
parentdc9e2508684b6cbedd03c36fcbb4b91095962e91 (diff)
downloadPrismLauncher-49d122a2c47fdf7aed04dfb950b2333f60ba855c.tar.gz
PrismLauncher-49d122a2c47fdf7aed04dfb950b2333f60ba855c.tar.bz2
PrismLauncher-49d122a2c47fdf7aed04dfb950b2333f60ba855c.zip
Fix missing space in "No Accounts" message
Diffstat (limited to 'launcher')
-rw-r--r--launcher/LaunchController.cpp2
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