]> git.0d.be Git - empathy.git/commitdiff
Be neutral
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Wed, 27 Apr 2011 09:53:31 +0000 (10:53 +0100)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Thu, 9 Jun 2011 11:34:56 +0000 (12:34 +0100)
libempathy-gtk/empathy-log-window.c

index 74f66a7f8bcc6537dd0555ef98bb0874667c55cb..ef99f0244b24e6f8a3b37a4ee4e36f8178b31309 100644 (file)
@@ -771,7 +771,7 @@ log_window_append_chat_message (TplEvent *event,
   else
     {
       body = g_strdup_printf (
-          C_("First is a contact, second is what he said", "%s: %s"),
+          C_("First is a contact, second is what was said", "%s: %s"),
           tpl_entity_get_alias (tpl_event_get_sender (event)),
           empathy_message_get_body (message));
     }