]> git.0d.be Git - empathy.git/commitdiff
log-window: fix translators comment
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 15 Sep 2011 13:13:07 +0000 (15:13 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 15 Sep 2011 13:13:15 +0000 (15:13 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=659141

libempathy-gtk/empathy-log-window.c

index 7c12ae209a00429fb0366159e52f446c73707935..9ef1e16f5bdeb4050b82c57deca785c35ce0c935 100644 (file)
@@ -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);
     }