summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/msgs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/src/msgs.cpp')
-rw-r--r--plugins/Scriver/src/msgs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp
index 25731b5928..262493dc6a 100644
--- a/plugins/Scriver/src/msgs.cpp
+++ b/plugins/Scriver/src/msgs.cpp
@@ -420,8 +420,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;