aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'launcher')
-rw-r--r--launcher/ui/dialogs/OfflineLoginDialog.ui4
-rw-r--r--launcher/ui/pages/global/AccountListPage.cpp8
2 files changed, 9 insertions, 3 deletions
diff --git a/launcher/ui/dialogs/OfflineLoginDialog.ui b/launcher/ui/dialogs/OfflineLoginDialog.ui
index d8964a2e..4577d361 100644
--- a/launcher/ui/dialogs/OfflineLoginDialog.ui
+++ b/launcher/ui/dialogs/OfflineLoginDialog.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>400</width>
- <height>150</height>
+ <width>500</width>
+ <height>250</height>
</rect>
</property>
<property name="sizePolicy">
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)