aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-30 16:43:51 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-30 16:43:51 +0800
commit97eacb399329265dd353c14e3f9bb0884b43e435 (patch)
tree936f47d9787b280e61d8c61f934fb08d2a068aa4 /libempathy
parent58f30b2d38b13d3cf3cc945766d86a2e15de5926 (diff)
downloadgsoc2013-empathy-97eacb399329265dd353c14e3f9bb0884b43e435.tar
gsoc2013-empathy-97eacb399329265dd353c14e3f9bb0884b43e435.tar.gz
gsoc2013-empathy-97eacb399329265dd353c14e3f9bb0884b43e435.tar.bz2
gsoc2013-empathy-97eacb399329265dd353c14e3f9bb0884b43e435.tar.lz
gsoc2013-empathy-97eacb399329265dd353c14e3f9bb0884b43e435.tar.xz
gsoc2013-empathy-97eacb399329265dd353c14e3f9bb0884b43e435.tar.zst
gsoc2013-empathy-97eacb399329265dd353c14e3f9bb0884b43e435.zip
givve translators context for the 'Unknown' string
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 663c5009f..ae4209b49 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -312,6 +312,7 @@ empathy_presence_get_default_message (TpConnectionPresenceType presence)
case TP_CONNECTION_PRESENCE_TYPE_OFFLINE:
return _("Offline");
case TP_CONNECTION_PRESENCE_TYPE_UNKNOWN:
+ /* translators: presence type is unknown */
return _("Unknown");
case TP_CONNECTION_PRESENCE_TYPE_UNSET:
case TP_CONNECTION_PRESENCE_TYPE_ERROR: