[empathy: 45/80] Be neutral



commit 710b3bb90a2280396b954803fa73c243bf29bf69
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Wed Apr 27 10:53:31 2011 +0100

    Be neutral

 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 74f66a7..ef99f02 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));
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]