diff options
author | Matt Wilson <msw@redhat.com> | 2001-01-26 02:39:10 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-01-26 02:39:10 +0000 |
commit | 2419ab0a8fffdc472fb351631826293d3c5155ce (patch) | |
tree | 2fb53124f5043825cebccd9b87ce097dab3c3c56 /iw | |
parent | 9884af538b1922a3ad266ee39e0fbf8a633b2c54 (diff) | |
download | anaconda-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.py | 8 |
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): |