From 171edab82a050ae69ee76361c4ccd1f81ce20107 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 19 Jun 2015 10:17:27 +0000 Subject: another correction (thx Wishmaster) git-svn-id: http://svn.miranda-ng.org/main/trunk@14258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/main_window.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/DbEditorPP/src') diff --git a/plugins/DbEditorPP/src/main_window.cpp b/plugins/DbEditorPP/src/main_window.cpp index 44fd5fa2f2..87482e939d 100644 --- a/plugins/DbEditorPP/src/main_window.cpp +++ b/plugins/DbEditorPP/src/main_window.cpp @@ -451,10 +451,10 @@ 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 database?"), MB_YESNO | MB_ICONEXCLAMATION) == IDYES) { + if (dlg(TranslateT("Delete resident settings from database?"), MB_YESNO | MB_ICONEXCLAMATION) == IDYES) { int cnt = fixResidentSettings(); TCHAR text[MSG_SIZE]; - mir_sntprintf(text, TranslateT("Deleted orphaned items: %d"), cnt); + mir_sntprintf(text, TranslateT("%d orphaned items deleted."), cnt); msg(text); } break; -- cgit v1.2.3