diff options
author | dartraiden <wowemuh@gmail.com> | 2016-12-10 22:27:49 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2016-12-10 22:29:07 +0300 |
commit | 1606c7d9e84bb5b1db3434ba41738d7fcbdd3dae (patch) | |
tree | 220d2a0d97d664ff83945dc5bed67c58974adb62 /plugins/Scriver/src/msgs.cpp | |
parent | 5fea43e9b07b966fe023105bfd9a224bfbb00e7b (diff) |
Scriver: proper capitalization, fixed missed space
Diffstat (limited to 'plugins/Scriver/src/msgs.cpp')
-rw-r--r-- | plugins/Scriver/src/msgs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp index 6d050c0a11..0d6588ec67 100644 --- a/plugins/Scriver/src/msgs.cpp +++ b/plugins/Scriver/src/msgs.cpp @@ -474,7 +474,7 @@ int RegisterToolbarIcons(WPARAM, LPARAM) bbd.dwButtonID = IDC_CHAT_BOLD;
bbd.dwDefPos = 10;
bbd.hIcon = IcoLib_GetIconHandle("chat_bold");
- bbd.pwszTooltip = LPGENW("Make the text bold(CTRL+B)");
+ bbd.pwszTooltip = LPGENW("Make the text bold (CTRL+B)");
Srmm_AddButton(&bbd);
bbd.dwButtonID = IDC_CHAT_ITALICS;
|