diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-27 13:36:07 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-27 13:36:07 +0000 |
commit | 37048fac02bf4cbec6924f383246cd7f92133467 (patch) | |
tree | e987ac1590b63df91ea0eb9e17cba7d6af8beda7 /plugins/TabSRMM | |
parent | d73bf268980603d8dc4db13a58a576c3e137f122 (diff) |
removed unneeded spaces, etc.
git-svn-id: http://svn.miranda-ng.org/main/trunk@6644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/res/chat.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/res/chat.rc b/plugins/TabSRMM/res/chat.rc index 8848dec22e..79c79d97a2 100644 --- a/plugins/TabSRMM/res/chat.rc +++ b/plugins/TabSRMM/res/chat.rc @@ -208,7 +208,7 @@ BEGIN GROUPBOX "Highlight user names",IDC_STATIC,3,6,300,104
CONTROL "Enable highlighting for user names",IDC_HIGHLIGHTNICKENABLE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,20,278,11
- CONTROL "Also look in user ids",IDC_HIGHLIGHTNICKUID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,34,278,11
+ CONTROL "Also look in user IDs",IDC_HIGHLIGHTNICKUID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,34,278,11
EDITTEXT IDC_HIGHLIGHTNICKPATTERN,11,69,283,35,ES_AUTOHSCROLL
LTEXT "Names to highlight, wildcards like * and ? are allowed, separate multiple entries with spaces",IDC_STATIC,10,49,284,19
GROUPBOX "Highlight message text",IDC_STATIC,3,113,300,115
|