aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorOzynt <104643560+Ozynt@users.noreply.github.com>2022-10-09 13:19:38 +0200
committerGitHub <noreply@github.com>2022-10-09 13:19:38 +0200
commitfecf1ffcb935c69aaba1049dfa5291615fa7aefa (patch)
treefdf0a5c248e3986dfb203ab130482e0d739acc3d /launcher
parent8e43d9713349af3834f51a4c6632b8b054415268 (diff)
downloadPrismLauncher-fecf1ffcb935c69aaba1049dfa5291615fa7aefa.tar.gz
PrismLauncher-fecf1ffcb935c69aaba1049dfa5291615fa7aefa.tar.bz2
PrismLauncher-fecf1ffcb935c69aaba1049dfa5291615fa7aefa.zip
Update LaunchController.cpp
Signed-off-by: Ozynt <104643560+Ozynt@users.noreply.github.com>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/LaunchController.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/LaunchController.cpp b/launcher/LaunchController.cpp
index 56e920f0..15ce2545 100644
--- a/launcher/LaunchController.cpp
+++ b/launcher/LaunchController.cpp
@@ -93,8 +93,8 @@ void LaunchController::decideAccount()
auto reply = CustomMessageBox::selectable(
m_parentWidget,
tr("No Accounts"),
- tr("In order to play Minecraft, you must have at least one Microsoft "
- "account logged in. "
+ tr("In order to play Minecraft, you must have at least one Microsoft or Mojang "
+ "account logged in. Mojang accounts are only usable offline."
"Would you like to open the account manager to add an account now?"),
QMessageBox::Information,
QMessageBox::Yes | QMessageBox::No