summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater
diff options
context:
space:
mode:
authorKonstantin Nikulin <apollo2k4@narod.ru>2015-06-03 21:21:09 +0000
committerKonstantin Nikulin <apollo2k4@narod.ru>2015-06-03 21:21:09 +0000
commite0b04f90e68e0c71acd8be5eb9b7d85a06729c62 (patch)
tree08801deed5f94f2fa07e323e33588e43a491a6c3 /plugins/PluginUpdater
parent9d423c81ed192a556b59b921179d10a753cc5680 (diff)
langpacks/russian & ukrainian update. kill term «Use Popup colors» now is «Use default colors»
git-svn-id: http://svn.miranda-ng.org/main/trunk@13986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r--plugins/PluginUpdater/src/Utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Utils.cpp b/plugins/PluginUpdater/src/Utils.cpp
index 4f0c806ce9..ac05ae7844 100644
--- a/plugins/PluginUpdater/src/Utils.cpp
+++ b/plugins/PluginUpdater/src/Utils.cpp
@@ -43,7 +43,7 @@ void InitNetlib()
NETLIBUSER nlu = {0};
nlu.cbSize = sizeof(nlu);
nlu.flags = NUF_OUTGOING | NUF_INCOMING | NUF_HTTPCONNS | NUF_TCHAR; // | NUF_HTTPGATEWAY;
- nlu.ptszDescriptiveName = TranslateT("Plugin Updater HTTP connection");
+ nlu.ptszDescriptiveName = TranslateT("Plugin Updater HTTP connections");
nlu.szSettingsModule = MODNAME;
hNetlibUser = (HANDLE)CallService(MS_NETLIB_REGISTERUSER, 0, (LPARAM)&nlu);
}