Due to fears that an incompetent WinSock might allow localhost-
[u/mdw/putty] / windlg.c
index d8f1e03..aee9854 100644 (file)
--- 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);