From 829a75f4404cbc1ca8c6226f22112befed92cb6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20Br=C3=A4ckelmann?= Date: Fri, 10 Feb 2006 20:38:06 +0000 Subject: fix a11y string, bug #330712 svn path=/trunk/; revision=31475 --- calendar/ChangeLog | 6 ++++++ calendar/gui/e-timezone-entry.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5fecac57e7..882acd6edc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2006-02-10 Karsten Bräckelmann + + * gui/e-timezone-entry.c (e_timezone_entry_init): Correct the a11y + string for the Timezone button to not include its role and to be + more descriptive, fixes bug #330712. + 2006-02-12 Chenthill Palanisamy Fixes #329570 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); -- cgit v1.2.3