diff options
Diffstat (limited to 'calendar/year-view.c')
-rw-r--r-- | calendar/year-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/year-view.c b/calendar/year-view.c index a8bc79e6fe..efd22a475f 100644 --- a/calendar/year-view.c +++ b/calendar/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); |