]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - puttygen.c
Re local X server auth, clarify that it's _us_ you should mail, and link
[PuTTY.git] / puttygen.c
index ffe4317d3cfc6d389821c3b052e324ec9bb34f5b..f810ba23b33698d8c1d942b75aa870499a8bf389 100644 (file)
@@ -404,7 +404,7 @@ static void setupbigedit2(HWND hwnd, int id, int idstatic,
     strcpy(p, key->comment);
     SetDlgItemText(hwnd, id, buffer);
     SetDlgItemText(hwnd, idstatic, "&Public key for pasting into "
-                  "OpenSSH authorized_keys2 file:");
+                  "OpenSSH authorized_keys file:");
     sfree(pub_blob);
     sfree(buffer);
 }