aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/calendar/ea-week-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/calendar/ea-week-view.c')
-rw-r--r--a11y/calendar/ea-week-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/a11y/calendar/ea-week-view.c b/a11y/calendar/ea-week-view.c
index 26c0fe62c1..1b0ea445f8 100644
--- a/a11y/calendar/ea-week-view.c
+++ b/a11y/calendar/ea-week-view.c
@@ -150,12 +150,12 @@ ea_week_view_get_name (AtkObject *accessible)
view_type = gnome_calendar_get_view (gcal);
if (view_type == GNOME_CAL_MONTH_VIEW)
- accessible->name = g_strconcat (_("month view :"),
+ accessible->name = g_strconcat (_("month view:"),
label_text, buffer,
NULL);
else
- accessible->name = g_strconcat (_("week view :"),
+ accessible->name = g_strconcat (_("week view:"),
label_text, buffer,
NULL);
return accessible->name;