diff options
Diffstat (limited to 'main.cpp')
-rwxr-xr-x | main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -217,7 +217,8 @@ static BOOL CALLBACK DlgProcFirstRun(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM DBWriteContactSettingTString(NULL, szGPGModuleName, dbsetting.c_str(), passwd); } { - wstring keyinfo = _T("Current private key id: "); + wstring keyinfo = TranslateT("Current private key id"); + keyinfo += _T(": "); keyinfo += (fp[0])?fp:_T("not set"); extern HWND hwndCurKey_p; SetWindowText(hwndCurKey_p, keyinfo.c_str()); |