aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-calendar.c
diff options
context:
space:
mode:
authorKarsten Bräckelmann <kbrae@src.gnome.org>2006-02-11 06:28:38 +0800
committerKarsten Bräckelmann <kbrae@src.gnome.org>2006-02-11 06:28:38 +0800
commitdc8e4af46d6d33f784a229925fbb783d78760196 (patch)
treea0e11ad528e361d2384bd645d57056fe8c1721fa /widgets/misc/e-calendar.c
parent1a405a9af68f240ccdd2cbebd37d3fd577e025e7 (diff)
downloadgsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar.gz
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar.bz2
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar.lz
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar.xz
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.tar.zst
gsoc2013-evolution-dc8e4af46d6d33f784a229925fbb783d78760196.zip
a11y changes for bug #330723
svn path=/trunk/; revision=31477
Diffstat (limited to 'widgets/misc/e-calendar.c')
-rw-r--r--widgets/misc/e-calendar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-calendar.c b/widgets/misc/e-calendar.c
index 83b012f4fe..dda0b141c5 100644
--- a/widgets/misc/e-calendar.c
+++ b/widgets/misc/e-calendar.c
@@ -174,7 +174,7 @@ e_calendar_init (ECalendar *cal)
"widget", button,
NULL);
a11y = gtk_widget_get_accessible (button);
- atk_object_set_name (a11y, _("Previous Button"));
+ atk_object_set_name (a11y, _("Previous"));
button = gtk_button_new ();
gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
@@ -198,7 +198,7 @@ e_calendar_init (ECalendar *cal)
"widget", button,
NULL);
a11y = gtk_widget_get_accessible (button);
- atk_object_set_name (a11y, _("Previous Button"));
+ atk_object_set_name (a11y, _("Previous"));
cal->min_rows = 1;
cal->min_cols = 1;