From 97eacb399329265dd353c14e3f9bb0884b43e435 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 30 Mar 2011 10:43:51 +0200 Subject: givve translators context for the 'Unknown' string --- libempathy/empathy-utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy') 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: -- cgit v1.2.3