summaryrefslogtreecommitdiff
path: root/plugins/Ping/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping/src')
-rw-r--r--plugins/Ping/src/ping.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/src/ping.cpp b/plugins/Ping/src/ping.cpp
index 30e93614d5..2f4db0e7bb 100644
--- a/plugins/Ping/src/ping.cpp
+++ b/plugins/Ping/src/ping.cpp
@@ -71,7 +71,7 @@ static int OnModulesLoaded(WPARAM, LPARAM)
NETLIBUSER nl_user = {};
nl_user.szSettingsModule = MODULENAME;
nl_user.flags = NUF_OUTGOING | NUF_HTTPCONNS | NUF_UNICODE;
- nl_user.szDescriptiveName.w = TranslateT("Ping Plugin");
+ nl_user.szDescriptiveName.w = TranslateT("Ping");
hNetlibUser = Netlib_RegisterUser(&nl_user);
InitUtils();