diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-04-07 22:50:04 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-04-07 22:50:04 +0000 |
commit | ae1ec2faa3641b2cf43d2963738db22d2a008526 (patch) | |
tree | 37e0718f358e6933a9208a79944fd75b827cfa93 /plugins/TabSRMM/res | |
parent | 7379df4087e841fce4c1541f30fbe5201be09c72 (diff) |
more correct (as in Scriver)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/res')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index d7ba58bf2e..ca080c9276 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -316,7 +316,7 @@ IDD_OPT_MSGTYPE DIALOGEX 0, 0, 283, 251 STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Typing notify",IDC_STATIC,7,0,269,121
+ GROUPBOX "Typing notification options",IDC_STATIC,7,0,269,121
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
|