summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2016-12-28 00:30:30 +0300
committerdartraiden <wowemuh@gmail.com>2016-12-28 00:30:50 +0300
commit029215463dca29e74b0c8ca8b419359b36c21873 (patch)
treeb975aa081dd01fa7ff6e68a2aa1bc2a980a2d203 /src
parent8db6b3f25e173f7c305580fad8cbd67a7121b169 (diff)
another missing hotkey text
Diffstat (limited to 'src')
-rw-r--r--src/core/stdmsg/src/msgs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp
index 34f5c7c36f..1c419a0d3b 100644
--- a/src/core/stdmsg/src/msgs.cpp
+++ b/src/core/stdmsg/src/msgs.cpp
@@ -312,7 +312,7 @@ int RegisterToolbarIcons(WPARAM, LPARAM)
bbd.dwDefPos = 40;
bbd.hIcon = Skin_GetIconHandle(SKINICON_OTHER_HISTORY);
bbd.pwszText = LPGENW("&History");
- bbd.pwszTooltip = LPGENW("View user's history");
+ bbd.pwszTooltip = LPGENW("View user's history (CTRL+H)");
Srmm_AddButton(&bbd);
// chat buttons