diff options
Diffstat (limited to 'libempathy-gtk/empathy-log-window.c')
-rw-r--r-- | libempathy-gtk/empathy-log-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 74f66a7f8..ef99f0244 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -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)); } |