aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-utils.c')
-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: