From d49f6ebd98d18b4e0ea785c058b0756728d993cd Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 27 Aug 2018 01:20:14 +0300 Subject: capitalization & unification --- plugins/NewsAggregator/Src/Utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewsAggregator/Src') 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); } -- cgit v1.2.3