From 5d64d93d3b713a474b56610f38c4fcbb9612c02e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 15 Apr 2011 11:58:39 +0200 Subject: Add translation context on some strings (#646131) --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-utils.c') 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: -- cgit v1.2.3