X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fgtkdlg.c;h=573111aeede967676f5f2d6c4a86c87c43226046;hb=af1460d6e5044a3344aaacd15c91cfdcb58578e7;hp=a1d72a842bda8e35ffcc4a5c559aa6ea56dbde21;hpb=10d3b73d339a177f9fba680bc9aae70c77d2a3bb;p=PuTTY.git diff --git a/unix/gtkdlg.c b/unix/gtkdlg.c index a1d72a84..573111ae 100644 --- a/unix/gtkdlg.c +++ b/unix/gtkdlg.c @@ -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);