summaryrefslogtreecommitdiffstats
path: root/textw/timezone_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-08-27 20:33:37 +0000
committerJeremy Katz <katzj@redhat.com>2003-08-27 20:33:37 +0000
commit7b7b11935b430f32be38061b2c3506b4499895ff (patch)
tree247b00ff2c2f4b2e9d0c890701b03b98fc6a1746 /textw/timezone_text.py
parent4af8b5ec3a3b217b458e77a7ed60d63c0e53b0ec (diff)
downloadanaconda-7b7b11935b430f32be38061b2c3506b4499895ff.tar.gz
anaconda-7b7b11935b430f32be38061b2c3506b4499895ff.tar.xz
anaconda-7b7b11935b430f32be38061b2c3506b4499895ff.zip
merge from taroon branch
Diffstat (limited to 'textw/timezone_text.py')
-rw-r--r--textw/timezone_text.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py
index 3aa6a8d87..57f8d5e57 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -88,8 +88,13 @@ class TimezoneWindow:
self.l.setCurrent(default)
# self.l.setCallback(self.updateClock)
-
- self.c = Checkbox(_("Hardware clock set to GMT?"), isOn = asUtc)
+
+ # avoid breaking string freeze while still making it so that
+ # we have the same string as in gui
+ txt = _("System clock uses _UTC")
+ txt = txt.replace("_", "")
+
+ self.c = Checkbox(txt, isOn = asUtc)
# self.c.setCallback(self.updateSysClock)
self.g = GridFormHelp(screen, _("Time Zone Selection"), "timezone",