From a4f7bf920739d424ce75c47581f293cba453b64c Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 5 Jan 2025 01:20:05 +0300 Subject: Button/icon names unification across all message plugins --- src/core/stdmsg/src/msgs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp index 2767304ae1..6bbf995d52 100644 --- a/src/core/stdmsg/src/msgs.cpp +++ b/src/core/stdmsg/src/msgs.cpp @@ -388,14 +388,14 @@ int RegisterToolbarIcons(WPARAM, LPARAM) bbd.dwDefPos = 30; bbd.hIcon = g_plugin.getIconHandle(IDI_COLOR); bbd.pwszText = LPGENW("&Color"); - bbd.pwszTooltip = LPGENW("Select a foreground color for the text"); + bbd.pwszTooltip = LPGENW("Select text color"); g_plugin.addButton(&bbd); bbd.dwButtonID = IDC_SRMM_BKGCOLOR; bbd.dwDefPos = 35; bbd.hIcon = g_plugin.getIconHandle(IDI_BKGCOLOR); bbd.pwszText = LPGENW("&Background color"); - bbd.pwszTooltip = LPGENW("Select a background color for the text"); + bbd.pwszTooltip = LPGENW("Select background color"); g_plugin.addButton(&bbd); // chat buttons -- cgit v1.2.3