From 9534b7f6e47873097aa79279bfc2f02ea6afffba Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Thu, 24 Oct 2024 20:28:25 +0200 Subject: Scriver Unneeded space removed --- plugins/Scriver/src/msgs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp index ee34ee0b91..25731b5928 100644 --- a/plugins/Scriver/src/msgs.cpp +++ b/plugins/Scriver/src/msgs.cpp @@ -420,7 +420,7 @@ 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.pwszText = LPGENW("&Strike-through"); bbd.pwszTooltip = LPGENW("Make the text strike-through"); g_plugin.addButton(&bbd); -- cgit v1.2.3