diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-06 21:11:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-06 21:58:15 +0800 |
commit | 6d6b41a31fb589cfa6b176c8935771c341099934 (patch) | |
tree | 33838b54e846b11563ae447de45c36a3af4c1f13 | |
parent | 66155c621416a455adfbc9c548f71c6c00820554 (diff) | |
download | gsoc2013-empathy-6d6b41a31fb589cfa6b176c8935771c341099934.tar gsoc2013-empathy-6d6b41a31fb589cfa6b176c8935771c341099934.tar.gz gsoc2013-empathy-6d6b41a31fb589cfa6b176c8935771c341099934.tar.bz2 gsoc2013-empathy-6d6b41a31fb589cfa6b176c8935771c341099934.tar.lz gsoc2013-empathy-6d6b41a31fb589cfa6b176c8935771c341099934.tar.xz gsoc2013-empathy-6d6b41a31fb589cfa6b176c8935771c341099934.tar.zst gsoc2013-empathy-6d6b41a31fb589cfa6b176c8935771c341099934.zip |
rephrase the TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED message
-rw-r--r-- | 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 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: |