diff options
author | dartraiden <wowemuh@gmail.com> | 2018-07-25 16:48:36 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-07-27 00:32:02 +0300 |
commit | 24cc466028da7e224c12babfbfe425a694052be9 (patch) | |
tree | 694a8d0412b98d3f8cb5da47c86931dea1ccd3da /plugins/TabSRMM/src/msgdialog.cpp | |
parent | e2899844eb096e826c9d5bba1e338a5fd7928577 (diff) |
TabSRMM: hotkeys correction
Diffstat (limited to 'plugins/TabSRMM/src/msgdialog.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
|