aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-text-view.c
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@src.gnome.org>2009-02-24 17:43:59 +0800
committerFrederic Peters <fpeters@src.gnome.org>2009-02-24 17:43:59 +0800
commit60a16fe558068be8c43f3b553c1c38a57f63fe43 (patch)
treef0099ffbcb2991d08135a0206f6df3ec9684db83 /libempathy-gtk/empathy-chat-text-view.c
parent4b7e46c895e3681e9739f6f48f77699481a7848a (diff)
downloadgsoc2013-empathy-60a16fe558068be8c43f3b553c1c38a57f63fe43.tar
gsoc2013-empathy-60a16fe558068be8c43f3b553c1c38a57f63fe43.tar.gz
gsoc2013-empathy-60a16fe558068be8c43f3b553c1c38a57f63fe43.tar.bz2
gsoc2013-empathy-60a16fe558068be8c43f3b553c1c38a57f63fe43.tar.lz
gsoc2013-empathy-60a16fe558068be8c43f3b553c1c38a57f63fe43.tar.xz
gsoc2013-empathy-60a16fe558068be8c43f3b553c1c38a57f63fe43.tar.zst
gsoc2013-empathy-60a16fe558068be8c43f3b553c1c38a57f63fe43.zip
Some string comments requested by translators (#572875)
svn path=/trunk/; revision=2532
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, ", ");