From f5c73783f842f5289ec43e346ec233b6a9574c6f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 24 Feb 2020 12:39:17 +0300 Subject: typo fix --- protocols/Discord/src/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Discord/src') diff --git a/protocols/Discord/src/server.cpp b/protocols/Discord/src/server.cpp index 340087bf89..f801a1678f 100644 --- a/protocols/Discord/src/server.cpp +++ b/protocols/Discord/src/server.cpp @@ -272,7 +272,7 @@ void CDiscordProto::OnReceiveToken(NETLIBHTTPREQUEST *pReply, AsyncHttpRequest*) if (captcha) { for (auto &it : captcha) { if (it.as_mstring() == "captcha-required") { - MessageBoxW(NULL, TranslateT("THe server requires you to enter the captcha. Miranda will redirect you to a browser now"), L"Discord", MB_OK | MB_ICONINFORMATION); + MessageBoxW(NULL, TranslateT("The server requires you to enter the captcha. Miranda will redirect you to a browser now"), L"Discord", MB_OK | MB_ICONINFORMATION); Utils_OpenUrl("https://discordapp.com/app"); } } -- cgit v1.2.3