summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iw/welcome_gui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py
index 4d708ea41..b2f631f44 100644
--- a/iw/welcome_gui.py
+++ b/iw/welcome_gui.py
@@ -18,7 +18,6 @@ class WelcomeWindow (InstallWindow):
frame.set_shadow_type (SHADOW_IN)
image = configFileData["WelcomeScreen"]
- print "try to load", image
pix = self.ics.readPixmap(image)
if pix:
@@ -47,7 +46,7 @@ class ReconfigWelcomeWindow (InstallWindow):
if self.cancelChoice.get_active():
import sys
- print "Exitting"
+ print (_("Exiting anaconda now"))
sys.exit(0)
else:
self.beingDisplay = 0