summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/mc-tool.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/mc-tool.c b/util/mc-tool.c
index 68e787c1..e50aa082 100644
--- a/util/mc-tool.c
+++ b/util/mc-tool.c
@@ -635,7 +635,8 @@ command_show (TpAccount *account)
show ("Valid", tp_account_is_valid (account) ? "" : "false");
show ("Icon", tp_account_get_icon_name (account));
show ("Connects",
- tp_account_get_connect_automatically (account) ? "automatically" : NULL);
+ tp_account_get_connect_automatically (account)
+ ? "automatically" : "only when requested");
show ("Nickname", tp_account_get_nickname (account));
show ("Service", tp_account_get_service (account));