aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/year-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/year-view.c')
-rw-r--r--calendar/gui/year-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/year-view.c b/calendar/gui/year-view.c
index a8bc79e6fe..efd22a475f 100644
--- a/calendar/gui/year-view.c
+++ b/calendar/gui/year-view.c
@@ -304,7 +304,7 @@ do_quick_view_popup (YearView *yv, GdkEventButton *event, int year, int month, i
list = calendar_get_events_in_range (yv->calendar->cal, day_start, day_end);
- strftime (date_str, sizeof (date_str), "%a %b %d %Y", localtime (&day_start));
+ strftime (date_str, sizeof (date_str), _("%a %b %d %Y"), localtime (&day_start));
qv = quick_view_new (yv->calendar, date_str, list);
quick_view_do_popup (QUICK_VIEW (qv), event);