aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-13 04:31:14 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-13 04:31:14 +0800
commite7926cc69e3c25ad4e65fac6492952c90bd56eb1 (patch)
tree681e3591a47dd9d4fa35bfde1b98515575d44315 /my-evolution/e-summary.c
parent85df94505d91c359e1d1da2984d63ed7f6f53be8 (diff)
downloadgsoc2013-evolution-e7926cc69e3c25ad4e65fac6492952c90bd56eb1.tar
gsoc2013-evolution-e7926cc69e3c25ad4e65fac6492952c90bd56eb1.tar.gz
gsoc2013-evolution-e7926cc69e3c25ad4e65fac6492952c90bd56eb1.tar.bz2
gsoc2013-evolution-e7926cc69e3c25ad4e65fac6492952c90bd56eb1.tar.lz
gsoc2013-evolution-e7926cc69e3c25ad4e65fac6492952c90bd56eb1.tar.xz
gsoc2013-evolution-e7926cc69e3c25ad4e65fac6492952c90bd56eb1.tar.zst
gsoc2013-evolution-e7926cc69e3c25ad4e65fac6492952c90bd56eb1.zip
i18n stuff
svn path=/trunk/; revision=11059
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r--my-evolution/e-summary.c2
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);