aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-05 18:49:26 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-05 21:34:57 +0800
commit512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e (patch)
tree9685a7104b96bc0205d08b1a9295f69ae75a2122 /src/empathy-call-window.c
parenta01a1fdaa1c642739af034faf1d107bebacf7f14 (diff)
downloadgsoc2013-empathy-512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e.tar
gsoc2013-empathy-512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e.tar.gz
gsoc2013-empathy-512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e.tar.bz2
gsoc2013-empathy-512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e.tar.lz
gsoc2013-empathy-512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e.tar.xz
gsoc2013-empathy-512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e.tar.zst
gsoc2013-empathy-512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e.zip
empathy-call-window: fix phrasing of the codec negotation failed msg and mark it as translatable
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r--src/empathy-call-window.c3
1 files changed, 2 insertions, 1 deletions
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 */