diff options
author | dartraiden <wowemuh@gmail.com> | 2022-01-22 22:25:24 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-01-22 22:25:24 +0300 |
commit | 776200f3ea1f03b3fb03c55d07e5fe93630789be (patch) | |
tree | 1a7294cb8e9eacdc739259aba21002ddac83240c /protocols/Weather | |
parent | 29ceb68e4166d276aa910ddc9baa661edf652e57 (diff) |
Fixes #2997
Diffstat (limited to 'protocols/Weather')
-rw-r--r-- | protocols/Weather/src/weather_http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |