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 /plugins/PasteIt/src/PasteIt.cpp | |
parent | 29ceb68e4166d276aa910ddc9baa661edf652e57 (diff) |
Fixes #2997
Diffstat (limited to 'plugins/PasteIt/src/PasteIt.cpp')
-rw-r--r-- | plugins/PasteIt/src/PasteIt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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();
|