aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/month-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/month-view.c')
-rw-r--r--calendar/month-view.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/month-view.c b/calendar/month-view.c
index 2759dada2f..3d695492ba 100644
--- a/calendar/month-view.c
+++ b/calendar/month-view.c
@@ -6,6 +6,7 @@
*/
#include <config.h>
+#include <gnome.h>
#include <libgnomeui/gnome-canvas-text.h>
#include "eventedit.h"
#include "layout.h"
@@ -84,7 +85,7 @@ do_quick_view_popup (MonthView *mv, GdkEventButton *event, int day)
list = calendar_get_events_in_range (mv->calendar->cal, day_begin_time, day_end_time);
- strftime (date_str, sizeof (date_str), "%a %b %d %Y", localtime (&day_begin_time));
+ strftime (date_str, sizeof (date_str), _("%a %b %d %Y"), localtime (&day_begin_time));
qv = quick_view_new (mv->calendar, date_str, list);
quick_view_do_popup (QUICK_VIEW (qv), event);
@@ -751,7 +752,7 @@ month_view_set (MonthView *mv, time_t month)
mv->year = tm->tm_year + 1900;
mv->month = tm->tm_mon;
- strftime (buf, 100, "%B %Y", tm);
+ strftime (buf, 100, _("%B %Y"), tm);
gnome_canvas_item_set (mv->title,
"text", buf,
rship.jkim2011-08-113-14/+32 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * Reset perky@FreeBSD.org due to maintainer-timeouts and no responselinimon2010-05-241-1/+1 * Update to 11.5perky2008-08-142-6/+5 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-2/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Update to 11.2perky2007-02-123-10/+8 * Update to 7.3perky2006-04-222-4/+4 * Update to 7.1perky2006-03-193-6/+8 * Update to 6.5perky2006-02-013-6/+5 * Update to 6.2perky2005-12-173-11/+12 * Update to 5.4perky2005-10-103-7/+8 * Update to 4.5perky2005-07-143-5/+5 * Update to 4.1perky2005-01-263-5/+6 * Unbroke and update to 3.1.cjh2004-10-122-5/+3 * BROKEN: Unfetchablekris2004-09-191-0/+2 * Update to 2.7 and unbreak fetch.perky2004-08-243-7/+6 * Mark BROKEN: Unfetchablekrion2004-08-231-0/+2