aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-27 17:53:31 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 19:34:56 +0800
commit710b3bb90a2280396b954803fa73c243bf29bf69 (patch)
treef8824abf2788c15ddba2d1deb1d869a2b022d0a8
parent2d1b1e2d6e0ac8ee8c841c15938fde5a25ecd038 (diff)
downloadgsoc2013-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.c2
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));
}