summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ConnectionNotify/res/ConnectionNotify.rc2
-rw-r--r--protocols/CurrencyRates/res/Forex.rc8
-rw-r--r--protocols/Twitter/res/twitter.rc6
-rw-r--r--protocols/Weather/res/resource.rc6
-rw-r--r--protocols/Weather/src/weather_popup.cpp2
-rw-r--r--protocols/WebView/res/webview.rc8
6 files changed, 16 insertions, 16 deletions
diff --git a/protocols/ConnectionNotify/res/ConnectionNotify.rc b/protocols/ConnectionNotify/res/ConnectionNotify.rc
index 02c9c74d0a..00b4a96490 100644
--- a/protocols/ConnectionNotify/res/ConnectionNotify.rc
+++ b/protocols/ConnectionNotify/res/ConnectionNotify.rc
@@ -22,7 +22,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
AUTOCHECKBOX "Set popup colors", IDC_SETCOLOURS, 20, 174, 132, 10, WS_GROUP | BS_PUSHLIKE
CONTROL "Custom1", IDC_BGCOLOR, "ColourPicker", 0x50030000, 18, 185, 10, 10
CONTROL "Custom1", IDC_FGCOLOR, "ColourPicker", 0x50030000, 78, 185, 10, 9
- GROUPBOX "Popup options", IDC_STATIC, 10, 164, 187, 52, WS_GROUP
+ GROUPBOX "Use default colors", IDC_STATIC, 10, 164, 187, 52, WS_GROUP
LTEXT "Background", IDC_STATIC, 34, 186, 43, 8, SS_LEFT
LTEXT "Text", IDC_STATIC, 94, 186, 41, 8, SS_LEFT
EDITTEXT IDC_INTERVAL1, 60, 195, 21, 12, WS_GROUP | ES_AUTOHSCROLL
diff --git a/protocols/CurrencyRates/res/Forex.rc b/protocols/CurrencyRates/res/Forex.rc
index 3d55d1d363..e62a62d4e6 100644
--- a/protocols/CurrencyRates/res/Forex.rc
+++ b/protocols/CurrencyRates/res/Forex.rc
@@ -185,19 +185,19 @@ END
IDD_DIALOG_POPUP DIALOGEX 0, 0, 319, 160
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Popup Window Settings"
+CAPTION "Popup settings"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Colors",IDC_STATIC,7,7,149,82,WS_GROUP
CONTROL "Use default colors",IDC_RADIO_DEFAULT_COLOURS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,20,82,10
- CONTROL "Use user-defined colors",IDC_RADIO_USER_DEFINED_COLOURS,
+ CONTROL "Use custom colors",IDC_RADIO_USER_DEFINED_COLOURS,
"Button",BS_AUTORADIOBUTTON,15,34,97,10
LTEXT "Background color",IDC_STATIC,70,53,66,8
CONTROL "",IDC_BGCOLOR,"ColourPicker",WS_TABSTOP,26,49,35,14
LTEXT "Text color",IDC_STATIC,70,71,66,8
CONTROL "",IDC_TEXTCOLOR,"ColourPicker",WS_TABSTOP,26,67,35,14
- GROUPBOX "Delay",IDC_STATIC,162,6,149,82,WS_GROUP
- CONTROL "From popup plugin",IDC_DELAYFROMPU,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,174,20,90,10
+ GROUPBOX "Timeout",IDC_STATIC,162,6,149,82,WS_GROUP
+ CONTROL "Default",IDC_DELAYFROMPU,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,174,20,90,10
CONTROL "Custom",IDC_DELAYCUSTOM,"Button",BS_AUTORADIOBUTTON,174,35,70,10
CONTROL "Permanent",IDC_DELAYPERMANENT,"Button",BS_AUTORADIOBUTTON,174,50,50,10
EDITTEXT IDC_DELAY,252,33,35,14,ES_AUTOHSCROLL | ES_NUMBER | WS_GROUP
diff --git a/protocols/Twitter/res/twitter.rc b/protocols/Twitter/res/twitter.rc
index f16fe948e6..567ea1fd01 100644
--- a/protocols/Twitter/res/twitter.rc
+++ b/protocols/Twitter/res/twitter.rc
@@ -102,14 +102,14 @@ BEGIN
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,7,137,10
GROUPBOX "Colors",IDC_STATIC,6,32,164,59
CONTROL "Use Windows colors",IDC_COL_WINDOWS,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,16,46,79,10
- CONTROL "Use Popup colors",IDC_COL_POPUP,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,16,60,71,10
+ CONTROL "Use default colors",IDC_COL_POPUP,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,16,60,71,10
CONTROL "Use custom colors",IDC_COL_CUSTOM,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,16,74,73,10
LTEXT "Back",IDC_STATIC,103,64,16,8
LTEXT "Text",IDC_STATIC,136,64,16,8
CONTROL "",IDC_COLBACK,"ColourPicker",WS_TABSTOP,99,73,24,13
CONTROL "",IDC_COLTEXT,"ColourPicker",WS_TABSTOP,132,73,24,13
- GROUPBOX "Timeouts",IDC_STATIC,184,32,115,59
- CONTROL "Use default",IDC_TIMEOUT_DEFAULT,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,196,46,53,10
+ GROUPBOX "Timeout",IDC_STATIC,184,32,115,59
+ CONTROL "Default",IDC_TIMEOUT_DEFAULT,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,196,46,53,10
CONTROL "Custom",IDC_TIMEOUT_CUSTOM,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,196,60,40,10
EDITTEXT IDC_TIMEOUT,249,58,40,14,ES_AUTOHSCROLL
CONTROL "",IDC_TIMEOUT_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,279,58,10,14
diff --git a/protocols/Weather/res/resource.rc b/protocols/Weather/res/resource.rc
index 9841527018..68493791d9 100644
--- a/protocols/Weather/res/resource.rc
+++ b/protocols/Weather/res/resource.rc
@@ -149,11 +149,11 @@ BEGIN
CONTROL "",IDC_LeftClick,"MButtonClass",WS_TABSTOP,59,76,95,9,WS_EX_NOACTIVATE | 0x10000000L
LTEXT "Right Click",IDC_STATIC,13,93,42,8
CONTROL "",IDC_RightClick,"MButtonClass",WS_TABSTOP,59,92,95,9,WS_EX_NOACTIVATE | 0x10000000L
- GROUPBOX "Popup Delay",IDC_STATIC,167,63,141,46
- CONTROL "Delay",IDC_PD3,"Button",BS_AUTORADIOBUTTON,177,74,53,8
+ GROUPBOX "Popup timeout",IDC_STATIC,167,63,141,46
+ CONTROL "Timeout",IDC_PD3,"Button",BS_AUTORADIOBUTTON,177,74,53,8
EDITTEXT IDC_DELAY,233,73,36,12,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER | NOT WS_BORDER,WS_EX_STATICEDGE
LTEXT "seconds",IDC_STATIC,272,73,34,10
- CONTROL "From popup plugin",IDC_PD1,"Button",BS_AUTORADIOBUTTON,177,85,110,8
+ CONTROL "Default",IDC_PD1,"Button",BS_AUTORADIOBUTTON,177,85,110,8
CONTROL "Permanent",IDC_PD2,"Button",BS_AUTORADIOBUTTON,177,96,110,8
GROUPBOX "Popup Text",IDC_STATIC,3,112,305,121
LTEXT "Popup Title",IDC_STATIC,15,124,56,9
diff --git a/protocols/Weather/src/weather_popup.cpp b/protocols/Weather/src/weather_popup.cpp
index 41f95eb743..b19d36f67e 100644
--- a/protocols/Weather/src/weather_popup.cpp
+++ b/protocols/Weather/src/weather_popup.cpp
@@ -366,7 +366,7 @@ INT_PTR CALLBACK DlgPopupOpts(HWND hdlg, UINT msg, WPARAM wParam, LPARAM lParam)
break;
case IDC_PD1:
- // Popup delay setting from Popup plugin
+ // Popup delay setting from popup plugin
SetDlgItemText(hdlg, IDC_DELAY, L"0");
CheckRadioButton(hdlg, IDC_PD1, IDC_PD3, IDC_PD1);
break;
diff --git a/protocols/WebView/res/webview.rc b/protocols/WebView/res/webview.rc
index 0d92123c31..08eaefbf30 100644
--- a/protocols/WebView/res/webview.rc
+++ b/protocols/WebView/res/webview.rc
@@ -282,15 +282,15 @@ EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
////
- GROUPBOX "Popup delay",IDC_STATIC,8,5,150,54,WS_GROUP
- //CONTROL "Delay",IDC_PD3,"Button",BS_AUTORADIOBUTTON,18,15,47,8
+ GROUPBOX "Popup timeout",IDC_STATIC,8,5,150,54,WS_GROUP
+ //CONTROL "Timeout",IDC_PD3,"Button",BS_AUTORADIOBUTTON,18,15,47,8
LTEXT "Delay",IDC_STATIC,18,15,47,8
EDITTEXT IDC_DELAY,65,15,31,9,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER | NOT WS_BORDER,WS_EX_STATICEDGE
LTEXT "seconds",IDC_STATIC,106,15,34,10
- //CONTROL "From popup plugin",IDC_PD1,"Button",BS_AUTORADIOBUTTON,
+ //CONTROL "Default",IDC_PD1,"Button",BS_AUTORADIOBUTTON,
// 18,30,110,12
- CONTROL "From popup plugin",IDC_PD1,"MButtonClass",WS_TABSTOP,
+ CONTROL "Default",IDC_PD1,"MButtonClass",WS_TABSTOP,
18,30,110,12
//CONTROL "Permanent",IDC_PD2,"Button",BS_AUTORADIOBUTTON,18,45,
// 110,12