From 2e077f2e2bcc9df8d704c751248940be5becbc4e Mon Sep 17 00:00:00 2001 From: jacob Date: Sun, 2 Jan 2005 13:17:22 +0000 Subject: [PATCH] colon in kex UI git-svn-id: svn://svn.tartarus.org/sgt/putty@5062 cda61777-01e9-0310-a592-d414129be87e --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index 474654d2..8e67a542 100644 --- a/config.c +++ b/config.c @@ -1663,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; -- 2.11.0