summaryrefslogtreecommitdiff
path: root/plugins/New_GPG
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-10-20 19:42:57 +0000
committerDart Raiden <wowemuh@gmail.com>2013-10-20 19:42:57 +0000
commit7b8d31318e77bd2b091015cebe0228f93f942ee8 (patch)
treeec90fd52ece04e026bdf30380bd959935237b401 /plugins/New_GPG
parent05d7641afd10c5af6cb8b5bef34a5e86a001c2d2 (diff)
some more spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@6563 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 04c514edf7..2240d85bfb 100755
--- a/plugins/New_GPG/src/main.cpp
+++ b/plugins/New_GPG/src/main.cpp
@@ -1060,7 +1060,7 @@ static INT_PTR CALLBACK DlgProcGpgBinOpts(HWND hwndDlg, UINT msg, WPARAM wParam,
tmp[_tcslen(tmp)-1] = '\0';
if(!tmp[0])
{
- MessageBox(0, TranslateT("please set keyring's home directory"), TranslateT("Warning"), MB_OK);
+ MessageBox(0, TranslateT("Please set keyring's home directory"), TranslateT("Warning"), MB_OK);
break;
}
db_set_ts(NULL, szGPGModuleName, "szHomePath", tmp);
@@ -1138,7 +1138,7 @@ static INT_PTR CALLBACK DlgProcGpgBinOpts(HWND hwndDlg, UINT msg, WPARAM wParam,
tmp[_tcslen(tmp)-1] = '\0';
if(!tmp[0])
{
- MessageBox(0, TranslateT("please set keyring's home directory"), TranslateT("Warning"), MB_OK);
+ MessageBox(0, TranslateT("Please set keyring's home directory"), TranslateT("Warning"), MB_OK);
break;
}
db_set_ts(NULL, szGPGModuleName, "szHomePath", tmp);