diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-27 21:52:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-27 21:52:11 +0300 |
commit | cd689cb08d614fb2f405167debec66c7c2ef6843 (patch) | |
tree | 210f5ceb4077707bbbe23495a092c7b0d598fd96 /plugins/Scriver/src | |
parent | 3c0c4ec799f35eb99215758f99491583033c5741 (diff) |
missing hotkey text
Diffstat (limited to 'plugins/Scriver/src')
-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 a9c7dba2f0..0a0658a0c6 100644 --- a/plugins/Scriver/src/msgs.cpp +++ b/plugins/Scriver/src/msgs.cpp @@ -509,7 +509,7 @@ int RegisterToolbarIcons(WPARAM, LPARAM) bbd.dwDefPos = 30;
bbd.hIcon = IcoLib_GetIconHandle("chat_bkgcol");
bbd.pwszText = LPGENW("&Background color");
- bbd.pwszTooltip = LPGENW("Select a background color for the text");
+ bbd.pwszTooltip = LPGENW("Select a background color for the text (CTRL+L)");
Srmm_AddButton(&bbd);
bbd.bbbFlags = BBBF_ISCHATBUTTON | BBBF_ISRSIDEBUTTON | BBBF_CREATEBYID;
|