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 621459abe..b721f5cfa 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -285,7 +285,7 @@ empathy_status_reason_get_default_message (TpConnectionStatusReason reason)
case TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED:
return _("No reason specified");
case TP_CONNECTION_STATUS_REASON_REQUESTED:
- return _("User requested disconnect");
+ return _("Status is set to offline");
case TP_CONNECTION_STATUS_REASON_NETWORK_ERROR:
return _("Network error");
case TP_CONNECTION_STATUS_REASON_AUTHENTICATION_FAILED: