summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-02 15:27:36 +0000
committerMatt Wilson <msw@redhat.com>1999-09-02 15:27:36 +0000
commit197145814f82cabcfd8fa1aa3c2ae2a36d4fcdd4 (patch)
tree6086afc3e733fae0c75af9d76b5ba44bd01979a8 /text.py
parent068f9e6e18924387dedfd296458df1bf81bfbb5e (diff)
downloadanaconda-197145814f82cabcfd8fa1aa3c2ae2a36d4fcdd4.tar.gz
anaconda-197145814f82cabcfd8fa1aa3c2ae2a36d4fcdd4.tar.xz
anaconda-197145814f82cabcfd8fa1aa3c2ae2a36d4fcdd4.zip
fixed time zone selection
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index d93eb2b56..57708550e 100644
--- a/text.py
+++ b/text.py
@@ -1433,7 +1433,7 @@ class TimezoneWindow:
c = Checkbox(_("Hardware clock set to GMT?"), isOn = asUtc)
- g = GridForm(screen, _("Mouse Selection"), 1, 4)
+ g = GridForm(screen, _("Time Zone Selection"), 1, 4)
g.add(t, 0, 0)
g.add(c, 0, 1, padding = (0, 1, 0, 1), anchorLeft = 1)
g.add(l, 0, 2, padding = (0, 0, 0, 1))