diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-10-03 21:52:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 21:52:13 +0200 |
commit | 668d31b79e09e8c5852f69954c94ee837611c3b5 (patch) | |
tree | b18283485b2b69677e964d5083751341e241085f | |
parent | 3138e58c7593c9360b749b17a9630ef7b2ffe47e (diff) | |
parent | 0b312956dbb30128f9f966ab1913b20b78c181e6 (diff) | |
download | PrismLauncher-668d31b79e09e8c5852f69954c94ee837611c3b5.tar.gz PrismLauncher-668d31b79e09e8c5852f69954c94ee837611c3b5.tar.bz2 PrismLauncher-668d31b79e09e8c5852f69954c94ee837611c3b5.zip |
Merge pull request #4143 from phit/patch-1
NOISSUE Remove outdated SSL docs
-rw-r--r-- | launcher/minecraft/auth/flows/Yggdrasil.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/launcher/minecraft/auth/flows/Yggdrasil.cpp b/launcher/minecraft/auth/flows/Yggdrasil.cpp index c2935d05..ce828fd4 100644 --- a/launcher/minecraft/auth/flows/Yggdrasil.cpp +++ b/launcher/minecraft/auth/flows/Yggdrasil.cpp @@ -243,9 +243,7 @@ void Yggdrasil::processReply() STATE_FAILED_SOFT, tr("<b>SSL Handshake failed.</b><br/>There might be a few causes for it:<br/>" "<ul>" - "<li>You use Windows XP and need to <a " - "href=\"https://www.microsoft.com/en-us/download/details.aspx?id=38918\">update " - "your root certificates</a></li>" + "<li>You use Windows and need to update your root certificates, please install any outstanding updates.</li>" "<li>Some device on your network is interfering with SSL traffic. In that case, " "you have bigger worries than Minecraft not starting.</li>" "<li>Possibly something else. Check the MultiMC log file for details</li>" |