summaryrefslogtreecommitdiffstats
path: root/textw/timezone_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-24 04:31:08 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-24 04:31:08 +0000
commite7ab7f3435afd15f1dd8e97ae89c7e1dd8626e16 (patch)
tree68dece00359f4f2e259ccad382922e492e21adfe /textw/timezone_text.py
parent49ebfcd05d1d86c86e3bf225f99ff6e8aae7ed48 (diff)
downloadanaconda-e7ab7f3435afd15f1dd8e97ae89c7e1dd8626e16.tar.gz
anaconda-e7ab7f3435afd15f1dd8e97ae89c7e1dd8626e16.tar.xz
anaconda-e7ab7f3435afd15f1dd8e97ae89c7e1dd8626e16.zip
2005-03-23 Jeremy Katz <katzj@redhat.com>
* textw/timezone_text.py (TimezoneWindow.__call__): Mark string for translation.
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 f6afd6b55..b2cadf6fe 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -91,7 +91,7 @@ class TimezoneWindow:
self.l.setCurrent(default)
# self.l.setCallback(self.updateClock)
- self.c = Checkbox("System clock uses UTC", isOn = asUtc)
+ self.c = Checkbox(_("System clock uses UTC"), isOn = asUtc)
# self.c.setCallback(self.updateSysClock)
self.g = GridFormHelp(screen, _("Time Zone Selection"), "timezone",