diff options
| author | swirl <swurl@swurl.xyz> | 2022-01-10 12:46:43 -0500 | 
|---|---|---|
| committer | swirl <swurl@swurl.xyz> | 2022-01-10 12:47:35 -0500 | 
| commit | 1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8 (patch) | |
| tree | 0004d3815aabd9198b0d9f87349a202243ce85bf /launcher/ui/pages | |
| parent | c7f6f94930bb3bd13a2e77a959291a4d755a793f (diff) | |
| download | PrismLauncher-1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8.tar.gz PrismLauncher-1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8.tar.bz2 PrismLauncher-1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8.zip | |
More rebranding
Closes: #39
Mostly done with rebranding now. We just need to translate some services
to PolyMC.
Diffstat (limited to 'launcher/ui/pages')
| -rw-r--r-- | launcher/ui/pages/global/AccountListPage.cpp | 4 | ||||
| -rw-r--r-- | launcher/ui/pages/instance/LegacyUpgradePage.ui | 2 | ||||
| -rw-r--r-- | launcher/ui/pages/instance/VersionPage.cpp | 3 | 
3 files changed, 4 insertions, 5 deletions
| diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp index 87fcac86..b8da6c75 100644 --- a/launcher/ui/pages/global/AccountListPage.cpp +++ b/launcher/ui/pages/global/AccountListPage.cpp @@ -132,8 +132,8 @@ void AccountListPage::on_actionAddMicrosoft_triggered()              this,              tr("Microsoft Accounts not available"),              tr( -                "Microsoft accounts are only usable on macOS 10.13 or newer, with fully updated MultiMC.\n\n" -                "Please update both your operating system and MultiMC." +                "Microsoft accounts are only usable on macOS 10.13 or newer, with fully updated PolyMC.\n\n" +                "Please update both your operating system and PolyMC."              ),              QMessageBox::Warning          )->exec(); diff --git a/launcher/ui/pages/instance/LegacyUpgradePage.ui b/launcher/ui/pages/instance/LegacyUpgradePage.ui index 085919e3..4e803358 100644 --- a/launcher/ui/pages/instance/LegacyUpgradePage.ui +++ b/launcher/ui/pages/instance/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/Launcher/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> +         <string><html><body><h1>Upgrade is required</h1><p>PolyMC 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/PolyMC/PolyMC/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> diff --git a/launcher/ui/pages/instance/VersionPage.cpp b/launcher/ui/pages/instance/VersionPage.cpp index 6e57909b..0fa5f68d 100644 --- a/launcher/ui/pages/instance/VersionPage.cpp +++ b/launcher/ui/pages/instance/VersionPage.cpp @@ -395,7 +395,7 @@ void VersionPage::on_actionDownload_All_triggered()      {          CustomMessageBox::selectable(              this, tr("Error"), -            tr("MultiMC cannot download Minecraft or update instances unless you have at least " +            tr("PolyMC cannot download Minecraft or update instances unless you have at least "                 "one account added.\nPlease add your Mojang or Minecraft account."),              QMessageBox::Warning)->show();          return; @@ -635,4 +635,3 @@ void VersionPage::onFilterTextChanged(const QString &newContents)  }  #include "VersionPage.moc" - | 
