summaryrefslogtreecommitdiff
path: root/plugins/YAPP/res
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/YAPP/res
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/YAPP/res')
-rw-r--r--plugins/YAPP/res/yapp.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/YAPP/res/yapp.rc b/plugins/YAPP/res/yapp.rc
index bd981f31ae..e21eaa5bfa 100644
--- a/plugins/YAPP/res/yapp.rc
+++ b/plugins/YAPP/res/yapp.rc
@@ -122,8 +122,8 @@ EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LISTBOX IDC_LST_CLASSES,7,18,102,184,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
- RTEXT "Text colour:",IDC_STATIC,136,66,80,8
- RTEXT "Background colour:",IDC_STATIC,136,88,80,8
+ RTEXT "Text color:",IDC_STATIC,136,66,80,8
+ RTEXT "Background color:",IDC_STATIC,136,88,80,8
CONTROL "Set timeout",IDC_CHK_TIMEOUT,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,144,122,99,10
RTEXT "Timeout value (0 = default):",IDC_STATIC,114,143,121,8
EDITTEXT IDC_ED_TIMEOUT,243,140,43,14,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED