aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-15 22:10:37 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-15 22:39:22 +0800
commit878db108e421ef8ed628ffb7e223b1ee6e031909 (patch)
treeef806ee6254e5ba796d820c1c3abe30913ccea52 /libempathy/empathy-utils.c
parent2734f01164697128745c9a16e417521cff7a9370 (diff)
downloadgsoc2013-empathy-878db108e421ef8ed628ffb7e223b1ee6e031909.tar
gsoc2013-empathy-878db108e421ef8ed628ffb7e223b1ee6e031909.tar.gz
gsoc2013-empathy-878db108e421ef8ed628ffb7e223b1ee6e031909.tar.bz2
gsoc2013-empathy-878db108e421ef8ed628ffb7e223b1ee6e031909.tar.lz
gsoc2013-empathy-878db108e421ef8ed628ffb7e223b1ee6e031909.tar.xz
gsoc2013-empathy-878db108e421ef8ed628ffb7e223b1ee6e031909.tar.zst
gsoc2013-empathy-878db108e421ef8ed628ffb7e223b1ee6e031909.zip
Rephrase the TP_CONNECTION_STATUS_REASON_REQUESTED message to make it clearer (#606510)
Diffstat (limited to 'libempathy/empathy-utils.c')
-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: