From 512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 5 Nov 2009 10:49:26 +0000 Subject: empathy-call-window: fix phrasing of the codec negotation failed msg and mark it as translatable --- src/empathy-call-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 76f6ca6d1..8e821ab2d 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 */ -- cgit v1.2.3