aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-15 17:58:39 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-18 17:13:41 +0800
commit5d64d93d3b713a474b56610f38c4fcbb9612c02e (patch)
tree85904c892c28091cfc1ddaa7a621fd1b1c8c3a75 /libempathy
parent75895a624190789b42a96b68051258cf837a0de6 (diff)
downloadgsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar
gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar.gz
gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar.bz2
gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar.lz
gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar.xz
gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.tar.zst
gsoc2013-empathy-5d64d93d3b713a474b56610f38c4fcbb9612c02e.zip
Add translation context on some strings (#646131)
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index ae4209b49..f8220ac31 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -313,7 +313,7 @@ empathy_presence_get_default_message (TpConnectionPresenceType presence)
return _("Offline");
case TP_CONNECTION_PRESENCE_TYPE_UNKNOWN:
/* translators: presence type is unknown */
- return _("Unknown");
+ return C_("presence", "Unknown");
case TP_CONNECTION_PRESENCE_TYPE_UNSET:
case TP_CONNECTION_PRESENCE_TYPE_ERROR:
default: