From 6a42053a9796fb2a2cdc0ef795fda101a0167247 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 25 Feb 2012 15:01:50 +0200 Subject: modified: main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') 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; -- cgit v1.2.3