diff options
author | Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | 2023-10-01 00:31:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 00:31:51 +0300 |
commit | 00bbbdc6e9f9e3e772c73b024b5f06a6ddf76f9a (patch) | |
tree | b6fe302380afda150adeb72561f56d5ddf52dd7b /launcher/LaunchController.cpp | |
parent | f370f0d749f4b4ff85daf3e494e4a64ae0c5782a (diff) | |
download | PrismLauncher-00bbbdc6e9f9e3e772c73b024b5f06a6ddf76f9a.tar.gz PrismLauncher-00bbbdc6e9f9e3e772c73b024b5f06a6ddf76f9a.tar.bz2 PrismLauncher-00bbbdc6e9f9e3e772c73b024b5f06a6ddf76f9a.zip |
Update launcher/LaunchController.cpp
Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/LaunchController.cpp')
-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 e1953abd..21a14606 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -89,7 +89,7 @@ void LaunchController::decideAccount() // Tell the user they need to log in at least one account in order to play. 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." + "account which owns Minecraft logged in." "Would you like to open the account manager to add an account now?"), QMessageBox::Information, QMessageBox::Yes | QMessageBox::No) ->exec(); |