diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-09-26 14:35:26 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-09-26 14:35:26 +0200 |
commit | 719f112f64b79ae78e0b1736355adfae81f6dcc0 (patch) | |
tree | d749b46864a1d033ff2d406d11582ac5cb477065 | |
parent | 2b998bb8cc8e83efafb20ed2fbe1a245d4d5ec5f (diff) | |
download | MultiMC-719f112f64b79ae78e0b1736355adfae81f6dcc0.tar MultiMC-719f112f64b79ae78e0b1736355adfae81f6dcc0.tar.gz MultiMC-719f112f64b79ae78e0b1736355adfae81f6dcc0.tar.lz MultiMC-719f112f64b79ae78e0b1736355adfae81f6dcc0.tar.xz MultiMC-719f112f64b79ae78e0b1736355adfae81f6dcc0.zip |
NOISSUE add #testing discord channel link to Legacy instance migration page
-rw-r--r-- | application/pages/LegacyUpgradePage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/pages/LegacyUpgradePage.ui b/application/pages/LegacyUpgradePage.ui index 124a0ce9..a94ee039 100644 --- a/application/pages/LegacyUpgradePage.ui +++ b/application/pages/LegacyUpgradePage.ui @@ -26,7 +26,7 @@ <item> <widget class="QTextBrowser" name="textBrowser"> <property name="html"> - <string><html><body><h1>Upgrade is required</h1><p>MultiMC now supports old Minecraft versions and all the required features in the new (OneSix) instance format. As a consequence, the old (Legacy) format has been entirely disabled and old instances need to be upgraded.</p><p>The upgrade will create a new instance with the same contents as the current one, in the new format. The original instance will remain untouched, in case anything goes wrong in the process.</p><p>Please report any issues on our <a href="https://github.com/MultiMC/MultiMC5/issues">github issues page</a>.</p></body></html></string> + <string><html><body><h1>Upgrade is required</h1><p>MultiMC now supports old Minecraft versions and all the required features in the new (OneSix) instance format. As a consequence, the old (Legacy) format has been entirely disabled and old instances need to be upgraded.</p><p>The upgrade will create a new instance with the same contents as the current one, in the new format. The original instance will remain untouched, in case anything goes wrong in the process.</p><p>Please report any issues on our <a href="https://github.com/MultiMC/MultiMC5/issues">github issues page</a>.</p><p>There is also a <a href="https://discord.gg/GtPmv93">discord channel for testing here</a>.</p></body></html></string> </property> <property name="openExternalLinks"> <bool>true</bool> |