diff options
-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 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
|