aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-timezone-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-timezone-entry.c')
-rw-r--r--calendar/gui/e-timezone-entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-timezone-entry.c b/calendar/gui/e-timezone-entry.c
index e7dd3682c1..fe57453540 100644
--- a/calendar/gui/e-timezone-entry.c
+++ b/calendar/gui/e-timezone-entry.c
@@ -130,7 +130,7 @@ e_timezone_entry_init (ETimezoneEntry *tentry)
gtk_widget_show (priv->button);
a11y = gtk_widget_get_accessible (priv->button);
if (a11y != NULL) {
- atk_object_set_name (a11y, _("Timezone Button"));
+ atk_object_set_name (a11y, _("Select Timezone"));
}
gtk_image = e_icon_factory_get_image ("stock_timezone", E_ICON_SIZE_BUTTON);