X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/a86d1f857fdcbe88892c9a9b5a2c531f1526973f..8f1612752a89ea821dbd63491aef858f7f7e5bef:/config.c 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)));