summaryrefslogtreecommitdiff
path: root/plugins/StatusPlugins
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-10-04 21:25:35 +0000
committerDart Raiden <wowemuh@gmail.com>2013-10-04 21:25:35 +0000
commitfd97221013c50fbbb7c1cd99e8e7263d439d4297 (patch)
tree3424ea7a28f647164351d82107050d3e6cc3f867 /plugins/StatusPlugins
parentc9ea7bb778203113dc40e3afe46a144dedfcff24 (diff)
plugins: "colour" eliminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@6333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StatusPlugins')
-rw-r--r--plugins/StatusPlugins/resource.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/StatusPlugins/resource.rc b/plugins/StatusPlugins/resource.rc
index 2c73db2372..7e5979521e 100644
--- a/plugins/StatusPlugins/resource.rc
+++ b/plugins/StatusPlugins/resource.rc
@@ -188,11 +188,11 @@ EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_BGCOLOR,"ColourPicker",WS_TABSTOP,15,19,35,14
- LTEXT "Background colour",IDC_STATIC,59,23,66,8
+ LTEXT "Background color",IDC_STATIC,59,23,66,8
CONTROL "",IDC_TEXTCOLOR,"ColourPicker",WS_TABSTOP,15,37,35,14
- LTEXT "Text colour",IDC_STATIC,59,41,66,8
- CONTROL "Use Windows colours",IDC_WINCOLORS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,56,108,10
- CONTROL "Use default colours",IDC_DEFAULTCOLORS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,66,107,10
+ LTEXT "Text color",IDC_STATIC,59,41,66,8
+ CONTROL "Use Windows colors",IDC_WINCOLORS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,56,108,10
+ CONTROL "Use default colors",IDC_DEFAULTCOLORS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,66,107,10
GROUPBOX "Delay",IDC_STATIC,137,7,110,52
EDITTEXT IDC_DELAY,221,30,20,14,ES_AUTOHSCROLL | ES_NUMBER
GROUPBOX "On left click",IDC_STATIC,7,84,103,51
@@ -203,7 +203,7 @@ BEGIN
CONTROL "Do nothing",IDC_RNOTHING,"Button",BS_AUTORADIOBUTTON | WS_GROUP,143,96,78,10
CONTROL "Close popup",IDC_RCLOSE,"Button",BS_AUTORADIOBUTTON,143,108,78,10
CONTROL "Cancel reconnecting",IDC_RCANCEL,"Button",BS_AUTORADIOBUTTON,143,120,94,10
- GROUPBOX "Colours",IDC_STATIC,7,7,126,73
+ GROUPBOX "Colors",IDC_STATIC,7,7,126,73
PUSHBUTTON "Preview",IDC_PREV,137,63,50,14
GROUPBOX "Events",IDC_STATIC,7,140,240,76
CONTROL "Show when connection is lost",IDC_PUCONNLOST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,153,226,10