diff options
author | Matt Wilson <msw@redhat.com> | 2001-01-04 04:25:32 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-01-04 04:25:32 +0000 |
commit | 85b3078a4949833b02d1eaf2a168b34257ee44a1 (patch) | |
tree | 30f28f33d1bcc0287b993c2cd71e209d16f03822 /textw | |
parent | abfd22d319295a8e0556a66d87f53f2bf49a93d9 (diff) | |
download | anaconda-85b3078a4949833b02d1eaf2a168b34257ee44a1.tar.gz anaconda-85b3078a4949833b02d1eaf2a168b34257ee44a1.tar.xz anaconda-85b3078a4949833b02d1eaf2a168b34257ee44a1.zip |
get the locale from todo, not the environment
Diffstat (limited to 'textw')
-rw-r--r-- | textw/timezone_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py index 3c8e07e21..0a04c1d79 100644 --- a/textw/timezone_text.py +++ b/textw/timezone_text.py @@ -63,7 +63,7 @@ class TimezoneWindow: if rc: (default, asUtc, asArc) = rc else: - default = iutil.defaultZone() + default = iutil.defaultZone(todo.language.get()) asUtc = 0 bb = ButtonBar(screen, [(_("OK"), "ok"), (_("Back"), "back")]) |