summaryrefslogtreecommitdiff
path: root/src/core/stdmsg/res
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2024-09-22 02:06:03 +0300
committerdartraiden <wowemuh@gmail.com>2024-09-22 02:06:03 +0300
commite07a5bd5479d0fa1eb2ea6941443719443800cd0 (patch)
treef57138f612f7f2d82eeefdbdfdc9026f474c2ed8 /src/core/stdmsg/res
parent4a13d085551a16c2d0464ae7e0709b7cd583c164 (diff)
Use the same option's name in all message plugins
Diffstat (limited to 'src/core/stdmsg/res')
-rw-r--r--src/core/stdmsg/res/resource.rc2
1 files changed, 1 insertions, 1 deletions
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