From 197145814f82cabcfd8fa1aa3c2ae2a36d4fcdd4 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 2 Sep 1999 15:27:36 +0000 Subject: fixed time zone selection --- text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.py') 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)) -- cgit