aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/eventedit.c
diff options
context:
space:
mode:
authorTomas Ogren <stric@ing.umu.se>1999-03-24 12:51:29 +0800
committerTomas Ă–gren <stric@src.gnome.org>1999-03-24 12:51:29 +0800
commit8ee4abace3191bf02cc1bc6afce5a8ade174a92c (patch)
treeb641f1296d26e6d842315b2b7c714a839d02560b /calendar/gui/eventedit.c
parentf2f7536a16ab8787754576e388fbcc4af8526f15 (diff)
downloadgsoc2013-evolution-8ee4abace3191bf02cc1bc6afce5a8ade174a92c.tar
gsoc2013-evolution-8ee4abace3191bf02cc1bc6afce5a8ade174a92c.tar.gz
gsoc2013-evolution-8ee4abace3191bf02cc1bc6afce5a8ade174a92c.tar.bz2
gsoc2013-evolution-8ee4abace3191bf02cc1bc6afce5a8ade174a92c.tar.lz
gsoc2013-evolution-8ee4abace3191bf02cc1bc6afce5a8ade174a92c.tar.xz
gsoc2013-evolution-8ee4abace3191bf02cc1bc6afce5a8ade174a92c.tar.zst
gsoc2013-evolution-8ee4abace3191bf02cc1bc6afce5a8ade174a92c.zip
Did some i18n work Did some i18n work
1999-03-24 Tomas Ogren <stric@ing.umu.se> * 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
Diffstat (limited to 'calendar/gui/eventedit.c')
-rw-r--r--calendar/gui/eventedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c
index 4ae35d5fe7..abd7670e8a 100644
--- a/calendar/gui/eventedit.c
+++ b/calendar/gui/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;
}