diff options
Diffstat (limited to 'protocols/Twitter')
-rw-r--r-- | protocols/Twitter/res/twitter.rc | 6 |
1 files changed, 3 insertions, 3 deletions
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
|