diff options
author | Ozynt <104643560+Ozynt@users.noreply.github.com> | 2022-10-09 13:20:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 13:20:50 +0200 |
commit | 7e67fd8c7931c5ddfc166cc711e518ea52309c3d (patch) | |
tree | 95298f7d676d1152a65bb508b2795321d7c3b7a0 | |
parent | fecf1ffcb935c69aaba1049dfa5291615fa7aefa (diff) | |
download | PrismLauncher-7e67fd8c7931c5ddfc166cc711e518ea52309c3d.tar.gz PrismLauncher-7e67fd8c7931c5ddfc166cc711e518ea52309c3d.tar.bz2 PrismLauncher-7e67fd8c7931c5ddfc166cc711e518ea52309c3d.zip |
Update LaunchController.cpp
Signed-off-by: Ozynt <104643560+Ozynt@users.noreply.github.com>
-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 15ce2545..e61c5f67 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -94,7 +94,7 @@ void LaunchController::decideAccount() m_parentWidget, tr("No Accounts"), tr("In order to play Minecraft, you must have at least one Microsoft or Mojang " - "account logged in. Mojang accounts are only usable offline." + "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 |