diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-02-05 23:40:44 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-02-05 23:40:44 +0000 |
commit | 2815bf4db9f637c7b82e9e484510f8a19b0203db (patch) | |
tree | 0a46c87029d11b801a1c056da903e7ffe535a9ef /plugins/ContextHelp/src/helpdlg.cpp | |
parent | 86526d5bdcf67fcda1347a0011c0a4d310a3230b (diff) |
ContextHelp: decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@16227 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ContextHelp/src/helpdlg.cpp')
-rw-r--r-- | plugins/ContextHelp/src/helpdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ContextHelp/src/helpdlg.cpp b/plugins/ContextHelp/src/helpdlg.cpp index b035777a0f..7a6dee18f4 100644 --- a/plugins/ContextHelp/src/helpdlg.cpp +++ b/plugins/ContextHelp/src/helpdlg.cpp @@ -386,7 +386,7 @@ INT_PTR CALLBACK HelpDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPara SetDlgItemText(hwndDlg, IDC_CTLTEXT, text);
}
#else
- SetDlgItemText(hwndDlg, IDC_CTLTEXT, TranslateT("No Help Pack installed!"));
+ SetDlgItemText(hwndDlg, IDC_CTLTEXT, TranslateT("No help pack installed!"));
#endif
SetDlgItemText(hwndDlg, IDC_TEXT, NULL);
MessageBeep(MB_ICONERROR);
|