From 776200f3ea1f03b3fb03c55d07e5fe93630789be Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 22 Jan 2022 22:25:24 +0300 Subject: Fixes #2997 --- protocols/Facebook/src/proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Facebook/src') diff --git a/protocols/Facebook/src/proto.cpp b/protocols/Facebook/src/proto.cpp index 0cadfa02f6..b6e841a703 100644 --- a/protocols/Facebook/src/proto.cpp +++ b/protocols/Facebook/src/proto.cpp @@ -89,7 +89,7 @@ FacebookProto::FacebookProto(const char *proto_name, const wchar_t *username) : // Create standard network connection wchar_t descr[512]; - mir_snwprintf(descr, TranslateT("%s server connection"), m_tszUserName); + mir_snwprintf(descr, TranslateT("%s (server)"), m_tszUserName); NETLIBUSER nlu = {}; nlu.flags = NUF_INCOMING | NUF_OUTGOING | NUF_HTTPCONNS | NUF_UNICODE; -- cgit v1.2.3