[equo] trivial output fix

This commit is contained in:
Fabio Erculiani
2009-12-31 17:51:20 +01:00
parent 951cb8f4db
commit 95ce7dfdea

View File

@@ -810,7 +810,7 @@ def handle_exception(exc_class, exc_instance, exc_tb):
print_generic("")
print_error(darkgreen(_("Of course you are on the Internet...")))
rc = Text.askQuestion(_("Erm... Can I send the error, along with some information\n about your hardware to my creators so they can fix me? (Your IP will be logged)"))
rc = Text.askQuestion(_("Erm... Can I send the error, along with some information\nabout your hardware to my creators so they can fix me? (Your IP will be logged)"))
if rc == _("No"):
print_error(darkgreen(_("Ok, ok ok ok... Sorry!")))
raise SystemExit(2)