aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b721f5cfa..b748726c5 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -242,7 +242,7 @@ empathy_presence_get_default_message (TpConnectionPresenceType presence)
case TP_CONNECTION_PRESENCE_TYPE_EXTENDED_AWAY:
return _("Away");
case TP_CONNECTION_PRESENCE_TYPE_HIDDEN:
- return _("Hidden");
+ return _("Invisible");
case TP_CONNECTION_PRESENCE_TYPE_OFFLINE:
return _("Offline");
case TP_CONNECTION_PRESENCE_TYPE_UNSET: