summaryrefslogtreecommitdiff
path: root/plugins/New_GPG
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-10-13 00:13:27 +0000
committerDart Raiden <wowemuh@gmail.com>2013-10-13 00:13:27 +0000
commitc74c76d784cb9c383c7a063deb98be285afc5dd3 (patch)
tree0431771ce305ef00b23d4a881b203304d68db082 /plugins/New_GPG
parent383ba745d0696acb632c1ac0e84890f07d766bfb (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-xplugins/New_GPG/src/main.cpp4
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;
}
{