diff options
author | bexnoss <82064510+bexnoss@users.noreply.github.com> | 2022-01-14 14:19:31 +0100 |
---|---|---|
committer | bexnoss <82064510+bexnoss@users.noreply.github.com> | 2022-01-14 14:19:31 +0100 |
commit | cdaa397dcffb92ae6a9c659047a87d49286dee4f (patch) | |
tree | 044c0fe6b10970be6c28a07aeb8dc30ab73f04ec /launcher/ui | |
parent | 395e2655648dbb80d089077e6a6b2530f4876c63 (diff) | |
download | PrismLauncher-cdaa397dcffb92ae6a9c659047a87d49286dee4f.tar.gz PrismLauncher-cdaa397dcffb92ae6a9c659047a87d49286dee4f.tar.bz2 PrismLauncher-cdaa397dcffb92ae6a9c659047a87d49286dee4f.zip |
Reword offline mode disclaimer
Diffstat (limited to 'launcher/ui')
-rw-r--r-- | launcher/ui/pages/global/AccountListPage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp index 1c27d5b7..ad88812a 100644 --- a/launcher/ui/pages/global/AccountListPage.cpp +++ b/launcher/ui/pages/global/AccountListPage.cpp @@ -161,8 +161,8 @@ void AccountListPage::on_actionAddOffline_triggered() 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>" + "The PolyMC developers denounce piracy and take NO LIABILITY WHATSOEVER for <br>" + "any illegal activity that may occur in usage of the offline mode feature. <br>" "<br>" "By continuing you promise that you own a Minecraft account.") ); |