diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-08-07 15:09:22 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-08-07 15:09:22 +0000 |
commit | e5949bf9a6947397d69c2f20fa02bca389e84ad2 (patch) | |
tree | d29228164987432187d58d980466e7d3c4cb5a3f /plugins/TabSRMM/src | |
parent | c7d9d3aa9c2f9ea155485bbdd03b031864cf3732 (diff) |
TabSRMM: proper capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@10121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/msgoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index fed530290a..aa1e922fcf 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -319,7 +319,7 @@ static INT_PTR CALLBACK DlgProcSkinOpts(HWND hwndDlg, UINT msg, WPARAM wParam, L DWORD dwFlags = THEME_READ_FONTS;
if (szFilename != NULL) {
- int result = MessageBox(0, TranslateT("Do you want to also read message templates from the theme?\nCaution: This will overwrite the stored template set which may affect the look of your message window significantly.\nSelect cancel to not load anything at all."),
+ int result = MessageBox(0, TranslateT("Do you want to also read message templates from the theme?\nCaution: This will overwrite the stored template set which may affect the look of your message window significantly.\nSelect Cancel to not load anything at all."),
TranslateT("Load theme"), MB_YESNOCANCEL);
if (result == IDCANCEL)
return 1;
|