From ff55f4aeee822b9533668ecdee722b4e5f6f2d89 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 13 Nov 2009 11:46:40 +0000 Subject: rephrase the TP_MEDIA_STREAM_ERROR_NO_CODECS error --- src/empathy-call-window.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index f5595edd5..6c8a7ccaf 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1572,9 +1572,11 @@ media_stream_error_to_txt (EmpathyCallWindow *self, case TP_MEDIA_STREAM_ERROR_NO_CODECS: if (audio) - return g_strdup (_("Your computer doesn't support any audio format")); + return g_strdup (_("The audio formats necessary for this call " + "are not installed on your computer")); else - return g_strdup (_("Your computer doesn't support any video format")); + return g_strdup (_("The video formats necessary for this call " + "are not installed on your computer")); case TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR: cm = empathy_tp_call_get_connection_manager (call); -- cgit v1.2.3