X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/a9c0245444b7b67e077826089b026d46297fab64..bc4802a17ba16140386b06bbebbf053815d4ef9e:/windlg.c diff --git a/windlg.c b/windlg.c index d8f1e037..aee98547 100644 --- a/windlg.c +++ b/windlg.c @@ -1116,7 +1116,7 @@ static void create_controls(HWND hwnd, int dlgtype, int panel) endbox(&cp); beginbox(&cp, "Enable character set translation on input data", IDC_BOX_TRANSLATION2); - checkbox(&cp, "CAP&S LOCK acts as cyrillic switch", + checkbox(&cp, "Cap&s Lock acts as Cyrillic switch", IDC_CAPSLOCKCYR); endbox(&cp); beginbox(&cp, "Adjust how PuTTY displays line drawing characters", @@ -2377,7 +2377,7 @@ static int GenericMainDlgProc(HWND hwnd, UINT msg, of.nMaxFile = sizeof(filename); of.lpstrFileTitle = NULL; of.lpstrInitialDir = NULL; - of.lpstrTitle = "Select Public Key File"; + of.lpstrTitle = "Select Private Key File"; of.Flags = 0; if (GetOpenFileName(&of)) { strcpy(cfg.keyfile, filename);