summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-08-27 01:20:14 +0300
committerdartraiden <wowemuh@gmail.com>2018-08-27 01:20:14 +0300
commitd49f6ebd98d18b4e0ea785c058b0756728d993cd (patch)
treef30742fa30ebc63fc508e1e6a1506db54e345857 /plugins/NewsAggregator/Src
parentae30c72cfd30aa8b71ad6b1b61463deba1fc4081 (diff)
capitalization & unification
Diffstat (limited to 'plugins/NewsAggregator/Src')
-rw-r--r--plugins/NewsAggregator/Src/Utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Utils.cpp b/plugins/NewsAggregator/Src/Utils.cpp
index 47d97495d0..4ff53e658d 100644
--- a/plugins/NewsAggregator/Src/Utils.cpp
+++ b/plugins/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 connection");
+ nlu.szDescriptiveName.w = TranslateT("NewsAggregator HTTP connections");
nlu.szSettingsModule = MODULENAME;
hNetlibUser = Netlib_RegisterUser(&nlu);
}