diff options
author | dartraiden <wowemuh@gmail.com> | 2023-03-03 15:21:09 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-03-03 16:29:16 +0300 |
commit | 3ac5e3b6280e8d82839c95100e025fd3681568a1 (patch) | |
tree | e11079aa6c635d7d619431ba8df6e79b91c9a9af | |
parent | 8cc04db475400cbe40873ee14264b7a7db6acd2b (diff) |
Clist_modern: unify with StdClist
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 95bdf588f0..f38d9bae80 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -258,7 +258,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Contact list sorting",IDC_STATIC,2,8,294,84,WS_GROUP
- CONTROL "Move offline user to bottom",IDC_OFFLINEMOVE,
+ CONTROL "Move offline users to bottom",IDC_OFFLINEMOVE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,77,281,10
LTEXT "1st:",IDC_STATIC,15,19,14,8
LTEXT "2nd:",IDC_STATIC,15,35,14,8
|