summaryrefslogtreecommitdiff
path: root/plugins/Ping
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping')
-rw-r--r--plugins/Ping/src/menu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Ping/src/menu.cpp b/plugins/Ping/src/menu.cpp
index 2c8dc45bab..18fd96d8b3 100644
--- a/plugins/Ping/src/menu.cpp
+++ b/plugins/Ping/src/menu.cpp
@@ -12,7 +12,7 @@ void InitMenus()
mi.ptszPopupName = LPGENT("PING");
mi.position = 2000060000;
mi.hIcon = hIconResponding;
- mi.ptszName = LPGENT("Enable All Pings");
+ mi.ptszName = LPGENT("Enable all pings");
mi.pszService = PLUG "/EnableAll";
Menu_AddMainMenuItem(&mi);
@@ -20,7 +20,7 @@ void InitMenus()
mi.position = 2000060001;
mi.popupPosition = 0;
mi.hIcon = hIconDisabled;
- mi.ptszName = LPGENT("Disable All Pings");
+ mi.ptszName = LPGENT("Disable all pings");
mi.pszService = PLUG "/DisableAll";
Menu_AddMainMenuItem(&mi);
}