From f276be449c8ff3dcbe4fadff3fb1a2ac76fe86c9 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sat, 10 Apr 2021 15:30:19 +0100 Subject: [PATCH] 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. --- config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.c b/config.c index d475f61d..ca808511 100644 --- a/config.c +++ b/config.c @@ -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),