From e07a5bd5479d0fa1eb2ea6941443719443800cd0 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 22 Sep 2024 02:06:03 +0300 Subject: Use the same option's name in all message plugins --- plugins/Scriver/res/resource.rc | 2 +- src/core/stdmsg/res/resource.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index 7f6ef8da39..ffcf50c076 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -45,7 +45,7 @@ BEGIN CONTROL "Remember unsent messages",IDC_SAVEDRAFTS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,103,293,10 CONTROL "Delete temporary contacts on closing",IDC_DELTEMP, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,114,293,10 - CONTROL "Use BBCodes to send format inside messages",IDC_SEND_FORMAT, + CONTROL "Allow BBCode formatting in outgoing messages",IDC_SEND_FORMAT, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,126,293,10 LTEXT "Show warning when message has not been received after",IDC_STATIC,6,145,201,8 EDITTEXT IDC_SECONDS,213,143,35,12,ES_RIGHT | ES_NUMBER diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index ef192315c9..33682f7e14 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -56,7 +56,7 @@ BEGIN CONTROL "Show character count",IDC_CHARCOUNT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,173,289,8 CONTROL "Show toolbar buttons on top row",IDC_SHOWBUTTONLINE, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,185,289,8 - CONTROL "Use BBCodes to send format inside messages",IDC_SEND_FORMAT, + CONTROL "Allow BBCode formatting in outgoing messages",IDC_SEND_FORMAT, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,198,289,8 LTEXT "Show warning when message has not been received after",IDC_STATIC,8,213,211,8 EDITTEXT IDC_SECONDS,223,211,25,12,ES_AUTOHSCROLL -- cgit v1.2.3