summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-11 22:29:07 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-11 22:29:07 +0000
commit3438b1455cc2f9a2af7707c4c807438779a7f042 (patch)
treee2e69c8c24dc3efdca4f2131bd30df872b37d004 /textw
parent92346671951637c004efe813b7bb2b385ae5846b (diff)
downloadanaconda-3438b1455cc2f9a2af7707c4c807438779a7f042.tar.gz
anaconda-3438b1455cc2f9a2af7707c4c807438779a7f042.tar.xz
anaconda-3438b1455cc2f9a2af7707c4c807438779a7f042.zip
strings are unfrozen here, no need to carry this hack forward forever
Diffstat (limited to 'textw')
-rw-r--r--textw/timezone_text.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py
index f6b9ef29c..f6afd6b55 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -91,12 +91,7 @@ class TimezoneWindow:
self.l.setCurrent(default)
# self.l.setCallback(self.updateClock)
- # 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 = Checkbox("System clock uses UTC", isOn = asUtc)
# self.c.setCallback(self.updateSysClock)
self.g = GridFormHelp(screen, _("Time Zone Selection"), "timezone",