summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-06-24 19:20:53 +0300
committerdartraiden <wowemuh@gmail.com>2018-06-24 19:21:19 +0300
commitf894a2babaea41e3df2d7d7effd883478e4dfbe3 (patch)
tree4d7ee5a233d2af5296a503feb8e37dac05ef0ec3 /plugins
parent6187ca379f38748fe5bbb00d9e5ec1d74c941baf (diff)
ProxySwitch: decapitalization
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ProxySwitch/res/resource.rc4
-rw-r--r--plugins/ProxySwitch/src/ip.cpp2
-rw-r--r--plugins/ProxySwitch/src/main.cpp22
3 files changed, 14 insertions, 14 deletions
diff --git a/plugins/ProxySwitch/res/resource.rc b/plugins/ProxySwitch/res/resource.rc
index 237516d8dd..558e3524aa 100644
--- a/plugins/ProxySwitch/res/resource.rc
+++ b/plugins/ProxySwitch/res/resource.rc
@@ -63,7 +63,7 @@ STYLE DS_MODALFRAME | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg"
BEGIN
- GROUPBOX "Network Addresses",IDC_STATIC,7,5,287,56,WS_GROUP
+ GROUPBOX "Network addresses",IDC_STATIC,7,5,287,56,WS_GROUP
CONTROL "Direct connection",IDC_STATIC,"Static",SS_SIMPLE,15,20,
84,8
EDITTEXT IDC_EDIT_NOPROXY,101,17,183,14,ES_AUTOHSCROLL
@@ -86,7 +86,7 @@ BEGIN
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,148,131,10
LTEXT "Hide interfaces",IDC_STATIC,15,165,62,8
EDITTEXT IDC_EDIT_HIDEINTF,80,161,62,14,ES_AUTOHSCROLL
- GROUPBOX "PopUp Options",IDC_STATIC,160,65,134,118,WS_GROUP
+ GROUPBOX "Popup options",IDC_STATIC,160,65,134,118,WS_GROUP
CONTROL "Enable popups",IDC_CHECK_POPUPS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,168,78,122,10
CONTROL "",IDC_TEXTCOLOR,"ColourPicker",WS_TABSTOP,168,94,39,11
diff --git a/plugins/ProxySwitch/src/ip.cpp b/plugins/ProxySwitch/src/ip.cpp
index f421f23ec2..0741344294 100644
--- a/plugins/ProxySwitch/src/ip.cpp
+++ b/plugins/ProxySwitch/src/ip.cpp
@@ -130,7 +130,7 @@ int Create_NIF_List_Ex(NETWORK_INTERFACE_LIST *list)
delay++;
}
if (out == -2)
- ERRORMSG(TranslateT("Cannot retrieve IP or Adapter data."));
+ ERRORMSG(TranslateT("Cannot retrieve IP or adapter data."));
return out < 0 ? -1 : out;
}
diff --git a/plugins/ProxySwitch/src/main.cpp b/plugins/ProxySwitch/src/main.cpp
index 50b280a77b..a339ee06bb 100644
--- a/plugins/ProxySwitch/src/main.cpp
+++ b/plugins/ProxySwitch/src/main.cpp
@@ -146,7 +146,7 @@ void UpdateInterfacesMenu(void)
sprintf(svc, "%s%d", MS_PROXYSWITCH_COPYIP2CLIP, idx);
mi.position = 0xC00000;
mi.flags = CMIF_UNICODE;
- mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Proxy Settings && Interfaces"), 0xC0000000);
+ mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Proxy settings && interfaces"), 0xC0000000);
Menu_ConfigureItem(mi.root, MCI_OPT_UID, "68AB766F-09F1-4C4C-9AE1-4135617741C9");
SET_UID(mi, 0x8295e40d, 0xa262, 0x434b, 0xa4, 0xb3, 0x57, 0x6b, 0xe0, 0xfc, 0x8f, 0x68);
@@ -269,7 +269,7 @@ int Init(WPARAM, LPARAM)
mi.position = 0xC0000000;
mi.flags = CMIF_UNICODE;
mi.hIcon = LoadIcon(g_plugin.getInst(), MAKEINTRESOURCE(IDI_LOGO));
- mi.name.w = LPGENW("Show my &IP Addresses");
+ mi.name.w = LPGENW("Show my &IP addresses");
mi.pszService = MS_PROXYSWITCH_SHOWMYIPADDRS;
Menu_AddMainMenuItem(&mi);
}
@@ -281,11 +281,11 @@ int Init(WPARAM, LPARAM)
//mi.cbSize = sizeof(mi);
SET_UID(mi, 0xf93289a9, 0x3bad, 0x424b, 0xb2, 0x72, 0x14, 0xa7, 0x45, 0xa5, 0x8, 0x9c);
mi.position = 1;
- mi.name.w = LPGENW("Disable Proxy");
+ mi.name.w = LPGENW("Disable proxy");
mi.pszService = MS_PROXYSWITCH_PROXYDISABLE;
- mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Proxy Settings && Interfaces"), 0xC0000000);
+ mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Proxy settings && interfaces"), 0xC0000000);
Menu_ConfigureItem(mi.root, MCI_OPT_UID, "A9684E9E-E621-4962-986F-576897928D27");
- //mi.pszPopupName = Translate("Proxy Settings && Interfaces");
+ //mi.pszPopupName = Translate("Proxy settings && interfaces");
//mi.popupPosition = 0xC0000000;
Menu_AddMainMenuItem(&mi);
@@ -293,11 +293,11 @@ int Init(WPARAM, LPARAM)
//ZeroMemory(&mi, sizeof(mi));
//mi.cbSize = sizeof(mi);
mi.position = 1;
- mi.name.w = LPGENW("Enable Proxy");
+ mi.name.w = LPGENW("Enable proxy");
mi.pszService = MS_PROXYSWITCH_PROXYENABLE;
- mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Proxy Settings && Interfaces"), 0xC0000000);
+ mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Proxy settings && interfaces"), 0xC0000000);
Menu_ConfigureItem(mi.root, MCI_OPT_UID, "B37E5BBE-19CF-4C78-AE53-A0DB11656C36");
- //mi.pszPopupName = Translate("Proxy Settings && Interfaces");
+ //mi.pszPopupName = Translate("Proxy settings && interfaces");
//mi.popupPosition = 0xC0000000;
Menu_AddMainMenuItem(&mi);
@@ -308,11 +308,11 @@ int Init(WPARAM, LPARAM)
hSvcPopupSwitch = CreateServiceFunction(MS_PROXYSWITCH_POPUPSWITCH, PopupSwitch);
//ZeroMemory(&mi, sizeof(mi));
//mi.cbSize = sizeof(mi);
- mi.name.w = LPGENW("IP Change Notification");
+ mi.name.w = LPGENW("IP change notification");
mi.hIcon = LoadIcon(g_plugin.getInst(), MAKEINTRESOURCE(IDI_LOGO));
- mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("PopUps"), 0xC0000000);
+ mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Popups"), 0xC0000000);
Menu_ConfigureItem(mi.root, MCI_OPT_UID, "185AC334-E90E-46C6-83A2-D4E36CB257D9");
- //mi.pszPopupName = Translate("PopUps");
+ //mi.pszPopupName = Translate("Popups");
mi.pszService = MS_PROXYSWITCH_POPUPSWITCH;
hEnableDisablePopupMenu = Menu_AddMainMenuItem(&mi);