summaryrefslogtreecommitdiffstats
path: root/textw/timezone_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-08-17 18:20:18 +0000
committerMatt Wilson <msw@redhat.com>2000-08-17 18:20:18 +0000
commit3f242ad3ead1b6709a63bec4e7ad3c0978f42e27 (patch)
treeb53335c86c6aca8d4fa1e0f4357296ae76f4b5ee /textw/timezone_text.py
parent43d47998ef1ba50cc52362cce5fb880011fa80e5 (diff)
downloadanaconda-3f242ad3ead1b6709a63bec4e7ad3c0978f42e27.tar.gz
anaconda-3f242ad3ead1b6709a63bec4e7ad3c0978f42e27.tar.xz
anaconda-3f242ad3ead1b6709a63bec4e7ad3c0978f42e27.zip
i18n timezones
Diffstat (limited to 'textw/timezone_text.py')
-rw-r--r--textw/timezone_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py
index 8b74b37f5..3c8e07e21 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -78,7 +78,7 @@ class TimezoneWindow:
self.l = Listbox(5, scroll = 1, returnExit = 0)
for tz in timezones:
- self.l.append(tz, tz)
+ self.l.append(_(tz), tz)
self.l.setCurrent(default)
# self.l.setCallback(self.updateClock)