diff options
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r-- | my-evolution/e-summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |