From 878db108e421ef8ed628ffb7e223b1ee6e031909 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 15 Jan 2010 14:10:37 +0000 Subject: Rephrase the TP_CONNECTION_STATUS_REASON_REQUESTED message to make it clearer (#606510) --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-utils.c') 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: -- cgit v1.2.3