summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-11-02 18:20:28 +0300
committerdartraiden <wowemuh@gmail.com>2023-11-02 18:22:16 +0300
commita3ae8d143f4ce2661d121eae9202122b1fbb113b (patch)
treef02ae23d5c5522eaf9a4b23ee9f01c4206597ccf
parentba6089e39ca84e0b17978046565c263303a4802a (diff)
Use clearer wording
-rw-r--r--src/mir_app/res/resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc
index ab4e9d1a75..753bc54e8c 100644
--- a/src/mir_app/res/resource.rc
+++ b/src/mir_app/res/resource.rc
@@ -681,7 +681,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Choose needed logger from listed below:",IDC_STATIC,2,3,299,8
LISTBOX IDC_LIST,0,16,305,189,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
- CONTROL "Enable custom log controls in group chats",IDC_ENABLE_CUSTOM,
+ CONTROL "Enable custom loggers in group chats",IDC_ENABLE_CUSTOM,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,210,297,12
END