diff options
author | bexnoss <82064510+bexnoss@users.noreply.github.com> | 2022-01-14 00:01:05 +0100 |
---|---|---|
committer | bexnoss <82064510+bexnoss@users.noreply.github.com> | 2022-01-14 00:01:05 +0100 |
commit | 395e2655648dbb80d089077e6a6b2530f4876c63 (patch) | |
tree | 99c83cd45a535dea11c0e29386478be3238e288a /launcher/ui/pages/global/AccountListPage.cpp | |
parent | 46a3b4de6ebb625b958a69aba85316171d3fa168 (diff) | |
download | PrismLauncher-395e2655648dbb80d089077e6a6b2530f4876c63.tar.gz PrismLauncher-395e2655648dbb80d089077e6a6b2530f4876c63.tar.bz2 PrismLauncher-395e2655648dbb80d089077e6a6b2530f4876c63.zip |
Add offline mode disclaimer
Diffstat (limited to 'launcher/ui/pages/global/AccountListPage.cpp')
-rw-r--r-- | launcher/ui/pages/global/AccountListPage.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp index b9aa7628..1c27d5b7 100644 --- a/launcher/ui/pages/global/AccountListPage.cpp +++ b/launcher/ui/pages/global/AccountListPage.cpp @@ -158,7 +158,13 @@ void AccountListPage::on_actionAddOffline_triggered() { MinecraftAccountPtr account = OfflineLoginDialog::newAccount( this, - tr("Please enter your desired username to add your offline account.") + tr("Please enter your desired username to add your offline account. <br>" + "<br>" + "It is required by Mojang that you own Minecraft BEFORE you may use offline mode. <br>" + "The PolyMC organization denounces piracy and takes NO LIABILITY WHATSOEVER <br>" + "for any illegal activity that may occur in usage of the offline mode feature. <br></b>" + "<br>" + "By continuing you promise that you own a Minecraft account.") ); if (account) |