X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=8e67a542af1b1a20343fb0721ed8657c214fae77;hb=550f7b37cb7dbe0dcd68d2ac2c3b529e643599b3;hp=b1a49b6e17dd4527e4ae5327e04271ba6f4f00bd;hpb=f5c90091bbbb4346a37792de3b9cb81d1f1fad85;p=PuTTY.git diff --git a/config.c b/config.c index b1a49b6e..8e67a542 100644 --- a/config.c +++ b/config.c @@ -868,6 +868,7 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, * The Load/Save panel is available even in mid-session. */ s = ctrl_getset(b, "Session", "savedsessions", + midsession ? "Save the current session settings" : "Load, save or delete a stored session"); ctrl_columns(s, 2, 75, 25); ssd->sesslist = sesslist; @@ -1662,7 +1663,7 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, s = ctrl_getset(b, "Connection/SSH/Kex", "main", "Key exchange algorithm options"); - c = ctrl_draglist(s, "Algorithm selection policy", 's', + c = ctrl_draglist(s, "Algorithm selection policy:", 's', HELPCTX(ssh_kexlist), kexlist_handler, P(NULL)); c->listbox.height = 5;