summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-04 04:25:32 +0000
committerMatt Wilson <msw@redhat.com>2001-01-04 04:25:32 +0000
commit85b3078a4949833b02d1eaf2a168b34257ee44a1 (patch)
tree30f28f33d1bcc0287b993c2cd71e209d16f03822 /iw
parentabfd22d319295a8e0556a66d87f53f2bf49a93d9 (diff)
downloadanaconda-85b3078a4949833b02d1eaf2a168b34257ee44a1.tar.gz
anaconda-85b3078a4949833b02d1eaf2a168b34257ee44a1.tar.xz
anaconda-85b3078a4949833b02d1eaf2a168b34257ee44a1.zip
get the locale from todo, not the environment
Diffstat (limited to 'iw')
-rw-r--r--iw/timezone_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py
index 368aff774..a79dfface 100644
--- a/iw/timezone_gui.py
+++ b/iw/timezone_gui.py
@@ -133,7 +133,7 @@ class TimezoneWindow (InstallWindow):
(self.default, asUTC, asArc) = rc
self.default = _(self.default)
else:
- self.default = _(iutil.defaultZone ())
+ self.default = _(iutil.defaultZone (self.todo.language.get()))
asUTC = 0
if (string.find (self.default, "UTC") != -1):