summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-06-19 10:11:47 +0000
committerDart Raiden <wowemuh@gmail.com>2015-06-19 10:11:47 +0000
commit191cbd969ccc4bc2dcda2240135b8acd13bf442b (patch)
treefd0d00fd7ac0f88e62abe67cff608aa4047adecd /plugins
parenteda6b4bcdb96a38e87e35e21992cf23220820218 (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.cpp2
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);