diff options
author | RMN <rmn@miranda-ng.org> | 2015-06-19 10:14:58 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2015-06-19 10:14:58 +0000 |
commit | 22df7d24b001bb104cbc6ea92eb6f2952234cfce (patch) | |
tree | d23be308ad9412cfe3fbf5e977ddb5c4308cfb04 | |
parent | 191cbd969ccc4bc2dcda2240135b8acd13bf442b (diff) |
DbEditor: typo (Setting -> Settings)
git-svn-id: http://svn.miranda-ng.org/main/trunk@14257 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/DbEditorPP/src/deletemodule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/deletemodule.cpp b/plugins/DbEditorPP/src/deletemodule.cpp index c7625ad235..aba293adc1 100644 --- a/plugins/DbEditorPP/src/deletemodule.cpp +++ b/plugins/DbEditorPP/src/deletemodule.cpp @@ -79,7 +79,7 @@ INT_PTR CALLBACK DeleteModuleDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM) EnableWindow(GetDlgItem(hwnd, IDC_CONTACTS), 0);
EnableWindow(GetDlgItem(hwnd, IDOK), 0);
SetDlgItemText(hwnd, IDC_INFOTEXT, LPGENT("Delete module from database"));
- SetDlgItemText(hwnd, CHK_COPY2ALL, LPGENT("Delete module from all contacts (including Setting)"));
+ SetDlgItemText(hwnd, CHK_COPY2ALL, LPGENT("Delete from all contacts (including Settings)"));
EnableWindow(GetDlgItem(hwnd, CHK_COPY2ALL), 0);
CheckDlgButton(hwnd, CHK_COPY2ALL, BST_CHECKED);
TranslateDialogDefault(hwnd);
|