From 76868ad6e7df7d02647f72aeb5cd652c6f20527d Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Mon, 13 Aug 2012 02:48:16 -0700 Subject: [PATCH] Make this less cramped --- trustify/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustify/client/client.py b/trustify/client/client.py index 380334afa..183c95104 100644 --- a/trustify/client/client.py +++ b/trustify/client/client.py @@ -390,7 +390,7 @@ def authenticate(): sni_challenge.apache_restart(quiet=curses) if curses: - dialog.Dialog().msgbox("\nCongratulations! You have successfully enabled " + gen_https_names(dn) + "!") + dialog.Dialog().msgbox("\nCongratulations! You have successfully enabled " + gen_https_names(dn) + "!", width=70) by_default() else: print "Congratulations! You have successfully enabled " + gen_https_names(dn) + "!"