diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-06-19 10:11:47 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-06-19 10:11:47 +0000 |
commit | 191cbd969ccc4bc2dcda2240135b8acd13bf442b (patch) | |
tree | fd0d00fd7ac0f88e62abe67cff608aa4047adecd /plugins | |
parent | eda6b4bcdb96a38e87e35e21992cf23220820218 (diff) |
DbEditorPP: spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@14256 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/DbEditorPP/src/main_window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|