diff options
-rw-r--r-- | plugins/QuickSearch/i_ok.inc | 4 | ||||
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/QuickSearch/i_ok.inc b/plugins/QuickSearch/i_ok.inc index be7f046233..aa57c9d0ba 100644 --- a/plugins/QuickSearch/i_ok.inc +++ b/plugins/QuickSearch/i_ok.inc @@ -34,8 +34,8 @@ const (color: $00000000; setting: 'fore_hid' ; descr: 'Hidden contact foreground' ),
(color: $00BAE699; setting: 'back_meta'; descr: 'Metacontact background' ),
(color: $00000000; setting: 'fore_meta'; descr: 'Metacontact foreground' ),
- (color: $00B3CCC1; setting: 'back_sub' ; descr: 'SubMetacontact background' ),
- (color: $00000000; setting: 'fore_sub' ; descr: 'SubMetacontact foreground' )
+ (color: $00B3CCC1; setting: 'back_sub' ; descr: 'Subcontact background' ),
+ (color: $00000000; setting: 'fore_sub' ; descr: 'Subcontact foreground' )
);
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 6c7aba83a2..1cf577b162 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -317,7 +317,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Typing Notification",IDC_STATIC,7,0,269,121
- LTEXT "Send typing notifications to the following users when you are typing a message to the them:",IDC_STATIC,19,10,245,19
+ LTEXT "Send typing notifications to the following users when you are typing a message to them:",IDC_STATIC,19,10,245,19
CONTROL "",IDC_CLIST,"CListControl",WS_TABSTOP | 0x3da,18,29,248,88,WS_EX_CLIENTEDGE
GROUPBOX " Show typing notifications in the message window",IDC_STATIC,7,124,269,25
CONTROL "",IDC_SHOWNOTIFY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,123,12,12
|