summaryrefslogtreecommitdiff
path: root/protocols/NewsAggregator
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-01-22 22:25:24 +0300
committerdartraiden <wowemuh@gmail.com>2022-01-22 22:25:24 +0300
commit776200f3ea1f03b3fb03c55d07e5fe93630789be (patch)
tree1a7294cb8e9eacdc739259aba21002ddac83240c /protocols/NewsAggregator
parent29ceb68e4166d276aa910ddc9baa661edf652e57 (diff)
Fixes #2997
Diffstat (limited to 'protocols/NewsAggregator')
-rw-r--r--protocols/NewsAggregator/Src/Utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/NewsAggregator/Src/Utils.cpp b/protocols/NewsAggregator/Src/Utils.cpp
index 1a78f35be2..f5a0bf17cf 100644
--- a/protocols/NewsAggregator/Src/Utils.cpp
+++ b/protocols/NewsAggregator/Src/Utils.cpp
@@ -33,7 +33,7 @@ void NetlibInit()
{
NETLIBUSER nlu = {};
nlu.flags = NUF_OUTGOING | NUF_INCOMING | NUF_HTTPCONNS | NUF_UNICODE;
- nlu.szDescriptiveName.w = TranslateT("NewsAggregator HTTP connections");
+ nlu.szDescriptiveName.w = TranslateT("NewsAggregator");
nlu.szSettingsModule = MODULENAME;
hNetlibUser = Netlib_RegisterUser(&nlu);
}