summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-02-24 12:39:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-02-24 12:39:17 +0300
commitf5c73783f842f5289ec43e346ec233b6a9574c6f (patch)
tree80730b6ba5595addfc28e0a61ada1015f626a5b6 /protocols
parent89dfd2db2ba84f1d2f6bb35a43256fc8183cb9b0 (diff)
typo fix
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Discord/src/server.cpp2
1 files changed, 1 insertions, 1 deletions
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");
}
}