From: Guillaume Desmottes Date: Thu, 15 Sep 2011 13:13:07 +0000 (+0200) Subject: log-window: fix translators comment X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=e3327f1e82fbf9c386bbb0cc07a87d47ad89d6fe;hp=63ad9ebf15467a134ab044969faecbf3f4a2a758 log-window: fix translators comment https://bugzilla.gnome.org/show_bug.cgi?id=659141 --- 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); }