X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;fp=config.c;h=3189c0bd608ed0d8e2f662162ae8db49d4970f68;hb=a03d04ba7530437271bb22fa7b8205b910d144dc;hp=7085ffc14ad0ee33f5f5b124c5059616ada452b4;hpb=c36ec63d289bbba3d273f8ff7cf40df1f3eb3abe;p=PuTTY.git diff --git a/config.c b/config.c index 7085ffc1..3189c0bd 100644 --- a/config.c +++ b/config.c @@ -1494,7 +1494,7 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, cipherlist_handler, P(NULL)); c->listbox.height = 6; - ctrl_checkbox(s, "Enable non-standard use of single-DES in SSH 2", 'i', + ctrl_checkbox(s, "Enable legacy use of single-DES in SSH 2", 'i', HELPCTX(ssh_ciphers), dlg_stdcheckbox_handler, I(offsetof(Config,ssh2_des_cbc)));