diff options
author | dartraiden <wowemuh@gmail.com> | 2020-10-24 20:34:06 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-10-24 20:34:06 +0300 |
commit | e3658d262477275283e438f4031af41510eee13c (patch) | |
tree | 9b3451985920b248e69a006caf9773ec9c2d908d /plugins/NewStory | |
parent | 7c90460841aa46f73941e7c985b4f27cdb10e219 (diff) |
NewStory: same as deleting all history
Diffstat (limited to 'plugins/NewStory')
-rw-r--r-- | plugins/NewStory/src/history_control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index 5aeb08a8a3..8f6cf3380f 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -138,7 +138,7 @@ struct NewstoryListData : public MZeroedObject void DeleteItems(void) { - if (IDYES != MessageBoxW(hwnd, TranslateT("Do you really want to remove selected event(s)?"), _T(MODULETITLE), MB_YESNOCANCEL | MB_ICONQUESTION)) + if (IDYES != MessageBoxW(hwnd, TranslateT("Are you sure to remove selected event(s)?"), _T(MODULETITLE), MB_YESNOCANCEL | MB_ICONQUESTION)) return; db_set_safety_mode(false); |