diff options
Diffstat (limited to 'libempathy/empathy-presence.c')
-rw-r--r-- | libempathy/empathy-presence.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-presence.c b/libempathy/empathy-presence.c index 42c7f936b..b30fa6151 100644 --- a/libempathy/empathy-presence.c +++ b/libempathy/empathy-presence.c @@ -279,6 +279,7 @@ empathy_presence_state_get_default_status (McPresence state) case MC_PRESENCE_EXTENDED_AWAY: return _("Away"); case MC_PRESENCE_HIDDEN: + return _("Hidden"); case MC_PRESENCE_OFFLINE: case MC_PRESENCE_UNSET: return _("Offline"); |