summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-02-25 15:01:50 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-02-25 15:01:50 +0200
commit6a42053a9796fb2a2cdc0ef795fda101a0167247 (patch)
treeeba66a554bbd8e641a185a52c5db8bff963acb4c
parent9e02dc6e39a6073f496cb920394c6396596bb1a3 (diff)
modified: main.cpp
-rwxr-xr-xmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 56ec91e..14a93a7 100755
--- a/main.cpp
+++ b/main.cpp
@@ -629,7 +629,7 @@ static BOOL CALLBACK DlgProcGpgBinOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LP
SetDlgItemText(hwndDlg, IDC_HOME_DIR, !gpg_exists?tmp:_T("gpg"));
mir_free(tmp);
if(gpg_exists && lang_exists && !bad_version)
- MessageBox(0, TranslateW("You have supported version of gpg binary, and gpg language file in place!\ngpg plugin should work fine on your installation!\njust press ok in following diallog."), _T("Info"), MB_OK);
+ MessageBox(0, TranslateW("Your GPG version is supported. The language file was found.\nGPG plugin should work fine.\nPress OK to continue."), _T("Info"), MB_OK);
extern bool bIsMiranda09;
EnableWindow(GetDlgItem(hwndDlg, IDC_AUTO_EXCHANGE), bIsMiranda09);
return TRUE;