diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-13 00:13:27 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-13 00:13:27 +0000 |
commit | c74c76d784cb9c383c7a063deb98be285afc5dd3 (patch) | |
tree | 0431771ce305ef00b23d4a881b203304d68db082 /plugins/New_GPG | |
parent | 383ba745d0696acb632c1ac0e84890f07d766bfb (diff) |
typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@6469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG')
-rwxr-xr-x | plugins/New_GPG/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/New_GPG/src/main.cpp b/plugins/New_GPG/src/main.cpp index 9aa42f44d2..04c514edf7 100755 --- a/plugins/New_GPG/src/main.cpp +++ b/plugins/New_GPG/src/main.cpp @@ -1020,7 +1020,7 @@ static INT_PTR CALLBACK DlgProcGpgBinOpts(HWND hwndDlg, UINT msg, WPARAM wParam, } else { - MessageBox(0, TranslateT("please choose gpg binary location"), TranslateT("Warning"), MB_OK); + MessageBox(0, TranslateT("Please choose GPG binary location"), TranslateT("Warning"), MB_OK); break; } { @@ -1098,7 +1098,7 @@ static INT_PTR CALLBACK DlgProcGpgBinOpts(HWND hwndDlg, UINT msg, WPARAM wParam, } else { - MessageBox(0, TranslateT("please choose gpg binary location"), TranslateT("Warning"), MB_OK); + MessageBox(0, TranslateT("Please choose GPG binary location"), TranslateT("Warning"), MB_OK); break; } { |