aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-text-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-chat-text-view.c')
-rw-r--r--libempathy-gtk/empathy-chat-text-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat-text-view.c b/libempathy-gtk/empathy-chat-text-view.c
index 7e6fb459e..f645cf88c 100644
--- a/libempathy-gtk/empathy-chat-text-view.c
+++ b/libempathy-gtk/empathy-chat-text-view.c
@@ -436,6 +436,8 @@ chat_text_view_append_timestamp (EmpathyChatTextView *view,
date = g_date_new ();
g_date_set_time_t (date, timestamp);
+ /* Translators: timestamp displayed between conversations in
+ * chat windows (strftime format string) */
g_date_strftime (buf, 256, _("%A %B %d %Y"), date);
g_string_append (str, buf);
g_string_append (str, ", ");