]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-log-window.c
log-window: fix translators comment
[empathy.git] / 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);
     }