summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-10 01:33:43 +0000
committerMatt Wilson <msw@redhat.com>1999-09-10 01:33:43 +0000
commiteadae2da991a600b003d31aaf4ba50df5eb1b0a3 (patch)
tree7c69d1bb951bddeda677da35b0951a76be3086aa /text.py
parentd0ba2f8b83e81a437dbf169578d7a9108e4a05dc (diff)
downloadanaconda-eadae2da991a600b003d31aaf4ba50df5eb1b0a3.tar.gz
anaconda-eadae2da991a600b003d31aaf4ba50df5eb1b0a3.tar.xz
anaconda-eadae2da991a600b003d31aaf4ba50df5eb1b0a3.zip
fixed some stage tags
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/text.py b/text.py
index 26a66c4ac..201fc2dcd 100644
--- a/text.py
+++ b/text.py
@@ -866,11 +866,11 @@ class InstallInterface:
[_("Package Dependencies"), PackageDepWindow, (self.screen, todo),
"package-selection" ],
[_("X Configuration"), XConfigWindow, (self.screen, todo),
- "config" ],
+ "xconfig" ],
[_("Boot Disk"), BootDiskWindow, (self.screen, todo),
"bootdisk" ],
[_("Installation Begins"), BeginInstallWindow,
- (self.screen, todo), "begininstall" ],
+ (self.screen, todo), "confirm-install" ],
[_("Install System"), InstallWindow, (self.screen, todo) ],
[_("Bootdisk"), BootdiskWindow, (self.screen, todo), "bootdisk"],
[_("X Configuration"), XconfiguratorWindow, (self.screen, todo),