From eadae2da991a600b003d31aaf4ba50df5eb1b0a3 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 10 Sep 1999 01:33:43 +0000 Subject: fixed some stage tags --- text.py | 4 ++-- 1 file 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), -- cgit