From 49d122a2c47fdf7aed04dfb950b2333f60ba855c Mon Sep 17 00:00:00 2001 From: deadmeu Date: Tue, 8 Mar 2022 23:24:11 +1000 Subject: [PATCH] Fix missing space in "No Accounts" message --- launcher/LaunchController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/LaunchController.cpp b/launcher/LaunchController.cpp index 40178b70a..4fd2eade9 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