From 8ee4abace3191bf02cc1bc6afce5a8ade174a92c Mon Sep 17 00:00:00 2001 From: Tomas Ogren Date: Wed, 24 Mar 1999 04:51:29 +0000 Subject: Did some i18n work Did some i18n work 1999-03-24 Tomas Ogren * gncal-week-view.c (gncal_week_view_set): Did some i18n work * eventedit.c (get_exception_string): Did some i18n work svn path=/trunk/; revision=779 --- calendar/eventedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/eventedit.c') 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; } -- cgit v1.2.3