From 191cbd969ccc4bc2dcda2240135b8acd13bf442b Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 19 Jun 2015 10:11:47 +0000 Subject: DbEditorPP: spelling correction git-svn-id: http://svn.miranda-ng.org/main/trunk@14256 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DbEditorPP/src/main_window.cpp b/plugins/DbEditorPP/src/main_window.cpp index d7bf3bbaa0..44fd5fa2f2 100644 --- a/plugins/DbEditorPP/src/main_window.cpp +++ b/plugins/DbEditorPP/src/main_window.cpp @@ -451,7 +451,7 @@ INT_PTR CALLBACK MainDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) newFindWindow(); break; case MENU_FIX_RESIDENT: - if (dlg(TranslateT("Fix resident setting deleting them from DB ?"), MB_YESNO | MB_ICONEXCLAMATION) == IDYES) { + if (dlg(TranslateT("Fix resident setting deleting them from database?"), MB_YESNO | MB_ICONEXCLAMATION) == IDYES) { int cnt = fixResidentSettings(); TCHAR text[MSG_SIZE]; mir_sntprintf(text, TranslateT("Deleted orphaned items: %d"), cnt); -- cgit v1.2.3