Make this less cramped

This commit is contained in:
Peter Eckersley 2012-08-13 02:48:16 -07:00
parent 13c7fd045e
commit 76868ad6e7

View file

@ -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) + "!"