From 6d6b41a31fb589cfa6b176c8935771c341099934 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 6 Nov 2009 13:11:06 +0000 Subject: rephrase the TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED message --- src/empathy-call-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/empathy-call-window.c') diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index e0f8d8551..02e4034a7 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1541,7 +1541,8 @@ media_stream_error_to_txt (EmpathyCallWindow *self, { case TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED: return g_strdup_printf ( - _("You don't have any codecs in common with %s."), + _("%s's software does not understand any of the video formats " + "supported by your computer"), empathy_contact_get_name (priv->contact)); case TP_MEDIA_STREAM_ERROR_CONNECTION_FAILED: -- cgit v1.2.3