aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe/gtk/Timezone.py')
-rw-r--r--src/fe/gtk/Timezone.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fe/gtk/Timezone.py b/src/fe/gtk/Timezone.py
index fe01ca9..715a570 100644
--- a/src/fe/gtk/Timezone.py
+++ b/src/fe/gtk/Timezone.py
@@ -19,13 +19,13 @@ class Panel(GLIScreen):
@license: GPL
"""
# Attributes:
- title="Timezone"
- _helptext = """
+ title= _("Timezone")
+ _helptext = _("""
<b><u>Timezone</u></b>
Pick your timezone. If you choose a local timezone, you'll want to choose "local" for the clock \
setting later on in the Other Settings screen.
-"""
+""")
# Operations
def __init__(self, controller):