From 95ce7dfdeaf20d8fd671a2edf92ae0ffa45d7a20 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 31 Dec 2009 17:51:20 +0100 Subject: [PATCH] [equo] trivial output fix --- client/equo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/equo.py b/client/equo.py index fa3f2bde0..14c2f50e6 100644 --- a/client/equo.py +++ b/client/equo.py @@ -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)