[empathy] empathy-call-window: fix phrasing of the codec negotation failed msg and mark it as translatable



commit 512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Nov 5 10:49:26 2009 +0000

    empathy-call-window: fix phrasing of the codec negotation failed msg and mark it as translatable

 src/empathy-call-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 76f6ca6..8e821ab 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1515,7 +1515,8 @@ media_stream_error_to_txt (EmpathyCallWindow *self,
   switch (error)
     {
       case TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED:
-        return g_strdup_printf ("You don't have any common codec with %s.",
+        return g_strdup_printf (
+            _("You don't have any codecs in common with %s."),
           empathy_contact_get_name (priv->contact));
 
       /* TODO: support more error */



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