aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/gossip-presence.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libempathy/gossip-presence.c b/libempathy/gossip-presence.c
index e78c11b2f..7add39669 100644
--- a/libempathy/gossip-presence.c
+++ b/libempathy/gossip-presence.c
@@ -278,11 +278,9 @@ gossip_presence_state_get_default_status (McPresence state)
case MC_PRESENCE_EXTENDED_AWAY:
return _("Away");
case MC_PRESENCE_HIDDEN:
- return _("Unavailable");
case MC_PRESENCE_OFFLINE:
- return _("Offline");
case MC_PRESENCE_UNSET:
- return _("Unset");
+ return _("Offline");
default:
g_assert_not_reached ();
}