1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Bring SUPDUP config pane title in line with others.

'User options' is a technical term in SUPDUP, but I don't think
'Location string' is one of them.
This commit is contained in:
Jacob Nevins 2021-04-10 15:30:19 +01:00
parent 3481d16b0f
commit f276be449c

View File

@ -3164,7 +3164,7 @@ void setup_config_box(struct controlbox *b, bool midsession,
* The Connection/SUPDUP panel.
*/
ctrl_settitle(b, "Connection/SUPDUP",
"Enabling and disabling SUPDUP user options");
"Options controlling SUPDUP connections");
s = ctrl_getset(b, "Connection/SUPDUP", "main", NULL);
@ -3173,7 +3173,7 @@ void setup_config_box(struct controlbox *b, bool midsession,
conf_editbox_handler, I(CONF_supdup_location),
I(1));
ctrl_radiobuttons(s, "Extended ASCII Character set:", 'z', 4,
ctrl_radiobuttons(s, "Extended ASCII Character set:", 'e', 4,
HELPCTX(supdup_ascii),
conf_radiobutton_handler,
I(CONF_supdup_ascii_set),