colon in kex UI
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sun, 2 Jan 2005 13:17:22 +0000 (13:17 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sun, 2 Jan 2005 13:17:22 +0000 (13:17 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5062 cda61777-01e9-0310-a592-d414129be87e

config.c

index 474654d..8e67a54 100644 (file)
--- 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;