summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-28 23:05:23 +0000
committerErik Troan <ewt@redhat.com>1999-08-28 23:05:23 +0000
commit5c8d8e8348cc0232cc1b5f8fc58dfffd6aa71a2c (patch)
tree3db52577320e94580f3e69521ee63801d3b2d765 /text.py
parentb2bbe1e6683982a4dce4908b6a705a36f733f4ce (diff)
downloadanaconda-5c8d8e8348cc0232cc1b5f8fc58dfffd6aa71a2c.tar.gz
anaconda-5c8d8e8348cc0232cc1b5f8fc58dfffd6aa71a2c.tar.xz
anaconda-5c8d8e8348cc0232cc1b5f8fc58dfffd6aa71a2c.zip
got rid of separate hostname tag
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 b074283bc..7f4ab0958 100644
--- a/text.py
+++ b/text.py
@@ -1355,7 +1355,7 @@ class InstallInterface:
"network"],
[_("Time zone Setup"), TimezoneWindow, (self.screen, todo, test)],
[_("Hostname Setup"), HostnameWindow, (self.screen, todo),
- "hostname"],
+ "network"],
[_("Partition"), PartitionWindow, (self.screen, todo)],
[_("Filesystem Formatting"), FormatWindow, (self.screen, todo)],
[_("LILO Configuration"), LiloAppendWindow,