From 3012622febad6d6de8283c50f0114206b2730c5b Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 10 Jun 2021 22:52:30 +0300 Subject: QuickSearch: this is a question --- plugins/QuickSearch/src/window_misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/QuickSearch/src') diff --git a/plugins/QuickSearch/src/window_misc.cpp b/plugins/QuickSearch/src/window_misc.cpp index d0c90b73a3..687964f3a3 100644 --- a/plugins/QuickSearch/src/window_misc.cpp +++ b/plugins/QuickSearch/src/window_misc.cpp @@ -224,7 +224,7 @@ void QSMainDlg::CopyMultiLines() void QSMainDlg::DeleteByList() { - if (IDOK != MessageBoxW(0, TranslateT("Do you really want to delete selected contacts"), TranslateT("Warning"), MB_OKCANCEL + MB_ICONWARNING)) + if (IDOK != MessageBoxW(0, TranslateT("Do you really want to delete selected contacts?"), TranslateT("Warning"), MB_OKCANCEL + MB_ICONWARNING)) return; m_grid.SetDraw(false); -- cgit v1.2.3