summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2025-06-26 23:50:14 +0300
committerdartraiden <wowemuh@gmail.com>2025-06-27 00:51:03 +0300
commit4f1f258130f64a05cb456da57cf3f9dc902bbfe6 (patch)
tree6d1e73e1ce9e8328f74dd1798135a6a725254c5a /src
parent1dc03ad734fbb5ce1adb9b81b88c032ad00b83c3 (diff)
let's call them differently so that users don't get confused between the "chats"
Diffstat (limited to 'src')
-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 f6763a5245..2adb81cc03 100644
--- a/src/mir_app/res/resource.rc
+++ b/src/mir_app/res/resource.rc
@@ -685,7 +685,7 @@ EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Choose a log viewer",IDC_STATIC,7,5,292,76
- LTEXT "For the private chats",IDC_STATIC,20,18,272,8
+ LTEXT "For the private conversations",IDC_STATIC,20,18,272,8
LTEXT "For the group chats",IDC_STATIC,20,48,272,8
COMBOBOX IDC_LOGGER,20,29,222,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_LOGGER_GC,20,60,222,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP