X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/7d5b0f4d134bc2dab559dcf339d4b709b19550e6..eecca84d87d0b378a6a0af7f7651d0b9dc1514e9:/puttygen.c diff --git a/puttygen.c b/puttygen.c index ffe4317d..f810ba23 100644 --- a/puttygen.c +++ b/puttygen.c @@ -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); }