From 776200f3ea1f03b3fb03c55d07e5fe93630789be Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 22 Jan 2022 22:25:24 +0300 Subject: Fixes #2997 --- plugins/PasteIt/src/PasteIt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/PasteIt/src') diff --git a/plugins/PasteIt/src/PasteIt.cpp b/plugins/PasteIt/src/PasteIt.cpp index b97a356162..0cfc630cee 100644 --- a/plugins/PasteIt/src/PasteIt.cpp +++ b/plugins/PasteIt/src/PasteIt.cpp @@ -354,7 +354,7 @@ int CMPlugin::Load() NETLIBUSER nlu = {}; nlu.flags = NUF_UNICODE | NUF_OUTGOING | NUF_HTTPCONNS; nlu.szSettingsModule = MODULENAME; - nlu.szDescriptiveName.w = TranslateT("Paste It HTTP connections"); + nlu.szDescriptiveName.w = TranslateT("Paste It"); g_hNetlibUser = Netlib_RegisterUser(&nlu); pasteToWebs[0] = new PasteToWeb1(); -- cgit v1.2.3