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 b41cc9d426..1427e7f6e4 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -141,7 +141,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, %d %B %Y"), localtime (&t)); html = g_strdup_printf (HTML_2, date); g_string_append (string, html); |