summaryrefslogtreecommitdiffstats
path: root/iw/congrats_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-07-16 03:23:20 +0000
committerJeremy Katz <katzj@redhat.com>2003-07-16 03:23:20 +0000
commita51764f258d46a2e2f0ae39f25144c6ffabb8804 (patch)
tree18980a7ca91a86f6432dd19e172608ed7c12e8f1 /iw/congrats_gui.py
parent1b2f9fe18937b9f187b7fd77a50c2c7d0f369654 (diff)
downloadanaconda-a51764f258d46a2e2f0ae39f25144c6ffabb8804.tar.gz
anaconda-a51764f258d46a2e2f0ae39f25144c6ffabb8804.tar.xz
anaconda-a51764f258d46a2e2f0ae39f25144c6ffabb8804.zip
merge from taroon branch. product.img stuff, md can be modular, lots of
little things across the board
Diffstat (limited to 'iw/congrats_gui.py')
-rw-r--r--iw/congrats_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index a77c7853a..cbea4e748 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -79,8 +79,8 @@ class CongratulationWindow (InstallWindow):
"\thttp://www.redhat.com/docs/\n"
"\thttp://www.redhat.com/apps/support/\n\n"
"To register the product for support, visit:\n"
- "\thttp://www.redhat.com/apps/activate/\n\n"
- "Click 'Exit' to reboot the system.") % (floppystr, bootstr,))
+ "\thttp://www.redhat.com/apps/activate/\n\n") % (floppystr,
+ bootstr,))
hbox.pack_start (label, gtk.TRUE, gtk.TRUE)
return hbox