]> git.0d.be Git - empathy.git/commitdiff
rephrase the TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED message
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 6 Nov 2009 13:11:06 +0000 (13:11 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 6 Nov 2009 13:58:15 +0000 (13:58 +0000)
src/empathy-call-window.c

index e0f8d8551218fa8c899e16fb263df3a6d90ed12b..02e4034a7f1d854b6f4112b9a444d39b511c84cb 100644 (file)
@@ -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: