From 8b9c5a4f77a35712d5bf54aa5cf44c261f8ecadc Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 5 Nov 2024 09:34:54 +0300 Subject: =?UTF-8?q?"Strike=20through",=20"Strike-through"=20=E2=86=92=20St?= =?UTF-8?q?rikethrough?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/stdmsg/src/chat_options.cpp | 2 +- src/core/stdmsg/src/msgs.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/core/stdmsg/src/chat_options.cpp b/src/core/stdmsg/src/chat_options.cpp index 836498c2fb..e3a6316d0d 100644 --- a/src/core/stdmsg/src/chat_options.cpp +++ b/src/core/stdmsg/src/chat_options.cpp @@ -31,7 +31,7 @@ static IconItem iconList1[] = { LPGEN("Bold"), "bold", IDI_BBOLD }, { LPGEN("Italics"), "italics", IDI_BITALICS }, { LPGEN("Underlined"), "underline", IDI_BUNDERLINE }, - { LPGEN("Strike through"), "strikeout", IDI_STRIKEOUT }, + { LPGEN("Strikethrough"), "strikeout", IDI_STRIKEOUT }, { LPGEN("Smiley button"), "smiley", IDI_BSMILEY }, { LPGEN("Room history"), "history", IDI_HISTORY }, { LPGEN("Room settings"), "settings", IDI_TOPICBUT }, diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp index 5d4cc188c8..4aeaaf4f15 100644 --- a/src/core/stdmsg/src/msgs.cpp +++ b/src/core/stdmsg/src/msgs.cpp @@ -380,8 +380,8 @@ int RegisterToolbarIcons(WPARAM, LPARAM) bbd.dwButtonID = IDC_SRMM_STRIKEOUT; bbd.dwDefPos = 25; bbd.hIcon = g_plugin.getIconHandle(IDI_STRIKEOUT); - bbd.pwszText = LPGENW("&Strike-through"); - bbd.pwszTooltip = LPGENW("Make the text strike-through"); + bbd.pwszText = LPGENW("&Strikethrough"); + bbd.pwszTooltip = LPGENW("Make the text strikethrough"); g_plugin.addButton(&bbd); bbd.dwButtonID = IDC_SRMM_COLOR; -- cgit v1.2.3