summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-26 02:39:10 +0000
committerMatt Wilson <msw@redhat.com>2001-01-26 02:39:10 +0000
commit2419ab0a8fffdc472fb351631826293d3c5155ce (patch)
tree2fb53124f5043825cebccd9b87ce097dab3c3c56 /iw
parent9884af538b1922a3ad266ee39e0fbf8a633b2c54 (diff)
downloadanaconda-2419ab0a8fffdc472fb351631826293d3c5155ce.tar.gz
anaconda-2419ab0a8fffdc472fb351631826293d3c5155ce.tar.xz
anaconda-2419ab0a8fffdc472fb351631826293d3c5155ce.zip
timezone gui defaults, initrd size on pcmcia larger
Diffstat (limited to 'iw')
-rw-r--r--iw/timezone_gui.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py
index 4944f1a21..7a5ed1ce6 100644
--- a/iw/timezone_gui.py
+++ b/iw/timezone_gui.py
@@ -131,13 +131,9 @@ class TimezoneWindow (InstallWindow):
rc = self.todo.getTimezoneInfo()
if rc:
(self.default, asUTC, asArc) = rc
- # XXX
- # self.default = _(self.default)
- self.default = self.default
+ self.default = _(self.default)
else:
- # XXX
- # self.default = _(self.todo.instTimeLanguage.getDefaultTimeZone())
- self.default = self.todo.instTimeLanguage.getDefaultTimeZone()
+ self.default = _(self.todo.instTimeLanguage.getDefaultTimeZone())
asUTC = 0
if (string.find (self.default, "UTC") != -1):