From e3327f1e82fbf9c386bbb0cc07a87d47ad89d6fe Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 15 Sep 2011 15:13:07 +0200 Subject: [PATCH] log-window: fix translators comment https://bugzilla.gnome.org/show_bug.cgi?id=659141 --- libempathy-gtk/empathy-log-window.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 7c12ae20..9ef1e16f 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -1744,9 +1744,8 @@ format_date_for_display (GDate *date) text = g_date_time_format (dt, "%A"); else text = g_date_time_format (dt, - C_("A date such as '23 May 2010', " - "%e is the day, %B the month and %Y the year", - "%e %B %Y")); + /* Translators: A date such as '23 May 2010' (strftime format) */ + _("%e %B %Y")); g_date_time_unref (dt); } -- 2.39.2