From 24cc466028da7e224c12babfbfe425a694052be9 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 25 Jul 2018 16:48:36 +0300 Subject: TabSRMM: hotkeys correction --- plugins/TabSRMM/src/msgdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/msgdialog.cpp') diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp index 4a585a16cb..5775c807fd 100644 --- a/plugins/TabSRMM/src/msgdialog.cpp +++ b/plugins/TabSRMM/src/msgdialog.cpp @@ -1069,7 +1069,7 @@ void CSrmmWindow::UpdateTitle() void CSrmmWindow::onClick_Ok(CCtrlButton*) { if (m_bEditNotesActive) { - SendMessage(m_hwnd, DM_ACTIVATETOOLTIP, IDC_PIC, (LPARAM)TranslateT("You are editing the user notes. Click the button again or use the hotkey (default: Alt-N) to save the notes and return to normal messaging mode")); + SendMessage(m_hwnd, DM_ACTIVATETOOLTIP, IDC_PIC, (LPARAM)TranslateT("You are editing the user notes. Click the button again or use the hotkey (default: Alt+N) to save the notes and return to normal messaging mode")); return; } -- cgit v1.2.3