]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/gtkdlg.c
Add FUZZING support to ssh.c.
[PuTTY.git] / unix / gtkdlg.c
index a1d72a842bda8e35ffcc4a5c559aa6ea56dbde21..573111aeede967676f5f2d6c4a86c87c43226046 100644 (file)
@@ -3520,7 +3520,8 @@ int askalg(void *frontend, const char *algtype, const char *algname,
     text = dupprintf(msg, algtype, algname);
     ret = messagebox(GTK_WIDGET(get_window(frontend)),
                     "PuTTY Security Alert", text,
-                    string_width("Continue with connection?"),
+                    string_width("Reasonably long line of text as a width"
+                                  " template"),
                     "Yes", 'y', 0, 1,
                     "No", 'n', 0, 0,
                     NULL);