diff options
author | dartraiden <wowemuh@gmail.com> | 2018-07-16 02:20:19 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-07-16 02:20:19 +0300 |
commit | aebb5bf87082a92c82feb9a8447fcbced9275ae2 (patch) | |
tree | 17c9c0304541a449b52472a4746922e4bb9193ec /src/mir_app/res | |
parent | 9a026ae3044febc674bd993a4a8a4abf7ca99470 (diff) |
Unify special keys names
Diffstat (limited to 'src/mir_app/res')
-rw-r--r-- | src/mir_app/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index f0f22abf34..772274e42e 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -607,7 +607,7 @@ BEGIN LTEXT "Select the extra icons to be shown in the contact list:",IDC_STATIC,1,9,274,13
CONTROL "",IDC_EXTRAORDER,"SysTreeView32",TVS_NOTOOLTIPS | TVS_NOHSCROLL | TVS_CHECKBOXES | TVS_FULLROWSELECT | WS_BORDER | WS_TABSTOP,1,24,274,160
LTEXT "*only the first %d icons will be shown",IDC_MAX_ICONS_L,1,190,274,13,NOT WS_VISIBLE
- LTEXT "You can group/ungroup icons by selecting them (CTRL+left click) and using the popup menu (right click)",IDC_STATIC,1,208,274,20
+ LTEXT "You can group/ungroup icons by selecting them (Ctrl+left click) and using the popup menu (right click)",IDC_STATIC,1,208,274,20
END
IDD_ENTER_STRING DIALOGEX 0, 0, 242, 42
|