summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2003-01-09 14:33:10 +0000
committerMatt Wilson <msw@redhat.com>2003-01-09 14:33:10 +0000
commiteb6c97ae6de71fccedf62b3d7345a8b729cee3ec (patch)
tree251a54372f300fea054f3204b461ec9d8703a5e4 /text.py
parent7b26b150d5f693dfd9db8edadb25d337ae215839 (diff)
downloadanaconda-eb6c97ae6de71fccedf62b3d7345a8b729cee3ec.tar.gz
anaconda-eb6c97ae6de71fccedf62b3d7345a8b729cee3ec.tar.xz
anaconda-eb6c97ae6de71fccedf62b3d7345a8b729cee3ec.zip
nuke extra spaces
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 614f1811b..a8943f8d7 100644
--- a/text.py
+++ b/text.py
@@ -293,7 +293,7 @@ class InstallInterface:
else:
ugh = "%s\n\n" % (exceptionTextNoFloppy,)
buttons=[TEXT_OK_BUTTON, _("Debug")]
-
+
rc = ButtonChoiceWindow(self.screen, title, ugh + text, buttons)
if rc == string.lower(_("Debug")):
return 1