aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-09 20:20:05 +0200
committerGitHub <noreply@github.com>2022-10-09 20:20:05 +0200
commitaabcca505939b481f5bf808ee12deb26aec30d0f (patch)
treee35dc2d0359cbcd51b6c5cb04dddd0c621f65466 /launcher
parentfafc9cf9ca86fd66db09e9ccc1cdb53520fd7c16 (diff)
parent7e67fd8c7931c5ddfc166cc711e518ea52309c3d (diff)
downloadPrismLauncher-aabcca505939b481f5bf808ee12deb26aec30d0f.tar.gz
PrismLauncher-aabcca505939b481f5bf808ee12deb26aec30d0f.tar.bz2
PrismLauncher-aabcca505939b481f5bf808ee12deb26aec30d0f.zip
Merge pull request #1175 from Ozynt/patch-1
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 830fcf82..e61c5f67 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 Mojang or Microsoft "
- "account logged in. "
+ tr("In order to play Minecraft, you must have at least one Microsoft or Mojang "
+ "account logged in. Mojang accounts can only be used offline. "
"Would you like to open the account manager to add an account now?"),
QMessageBox::Information,
QMessageBox::Yes | QMessageBox::No