aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/eventedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/eventedit.c')
-rw-r--r--calendar/eventedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/eventedit.c b/calendar/eventedit.c
index 4ae35d5fe7..abd7670e8a 100644
--- a/calendar/eventedit.c
+++ b/calendar/eventedit.c
@@ -1285,7 +1285,7 @@ get_exception_string (time_t t)
{
static char buf[256];
- strftime (buf, sizeof(buf), "%a %b %d %Y", localtime (&t)); /* FIXME: how to i18n this? */
+ strftime (buf, sizeof(buf), _("%a %b %d %Y"), localtime (&t));
return buf;
}