summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@gmail.com>2024-10-24 20:28:25 +0200
committerGitHub <noreply@github.com>2024-10-24 20:28:25 +0200
commit9534b7f6e47873097aa79279bfc2f02ea6afffba (patch)
tree24f312e81200cf85530c6d1b214a568ee92768ff
parent58ad2b4536450ace7ff6bddf6357e61e4b9e68d7 (diff)
Scriver
Unneeded space removed
-rw-r--r--plugins/Scriver/src/msgs.cpp2
1 files changed, 1 insertions, 1 deletions
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);