From cd588d1cc70367f1935d3148f37cbdc9697c5510 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 15 Aug 2001 18:32:18 +0000 Subject: US datified svn path=/trunk/; revision=12060 --- my-evolution/e-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'my-evolution/e-summary.c') diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index 23818019f7..1ea6534d1b 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -142,7 +142,7 @@ e_summary_draw (ESummary *summary) string = g_string_new (HTML_1); t = time (NULL); - strftime (date, 255, _("%A, %d %B %Y"), localtime (&t)); + strftime (date, 255, _("%A, %B %e %Y"), localtime (&t)); date_utf = e_utf8_from_locale_string (date); html = g_strdup_printf (HTML_2, date_utf); -- cgit v1.2.3