From 776200f3ea1f03b3fb03c55d07e5fe93630789be Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 22 Jan 2022 22:25:24 +0300 Subject: Fixes #2997 --- protocols/Weather/src/weather_http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Weather/src') diff --git a/protocols/Weather/src/weather_http.cpp b/protocols/Weather/src/weather_http.cpp index 2f09c46acc..f0bf2ccc81 100644 --- a/protocols/Weather/src/weather_http.cpp +++ b/protocols/Weather/src/weather_http.cpp @@ -139,6 +139,6 @@ void NetlibInit(void) NETLIBUSER nlu = {}; nlu.flags = NUF_OUTGOING | NUF_HTTPCONNS | NUF_NOHTTPSOPTION | NUF_UNICODE; nlu.szSettingsModule = MODULENAME; - nlu.szDescriptiveName.w = TranslateT("Weather HTTP connections"); + nlu.szDescriptiveName.w = TranslateT("Weather"); hNetlibUser = Netlib_RegisterUser(&nlu); } -- cgit v1.2.3