diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-04-27 17:53:31 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 19:34:56 +0800 |
commit | 710b3bb90a2280396b954803fa73c243bf29bf69 (patch) | |
tree | f8824abf2788c15ddba2d1deb1d869a2b022d0a8 | |
parent | 2d1b1e2d6e0ac8ee8c841c15938fde5a25ecd038 (diff) | |
download | gsoc2013-empathy-710b3bb90a2280396b954803fa73c243bf29bf69.tar gsoc2013-empathy-710b3bb90a2280396b954803fa73c243bf29bf69.tar.gz gsoc2013-empathy-710b3bb90a2280396b954803fa73c243bf29bf69.tar.bz2 gsoc2013-empathy-710b3bb90a2280396b954803fa73c243bf29bf69.tar.lz gsoc2013-empathy-710b3bb90a2280396b954803fa73c243bf29bf69.tar.xz gsoc2013-empathy-710b3bb90a2280396b954803fa73c243bf29bf69.tar.zst gsoc2013-empathy-710b3bb90a2280396b954803fa73c243bf29bf69.zip |
Be neutral
-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)); } |