diff options
Diffstat (limited to 'libempathy/gossip-presence.c')
-rw-r--r-- | libempathy/gossip-presence.c | 4 |
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 (); } |