From 0695f3fa2ae0df139793f7d251ca7357af246642 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 2 Feb 2023 09:35:42 +0100 Subject: [PATCH] swaymsg: s/inactive/disabled/ The JSON field is named "active", but that's confusing for users: `output disable` is the command which results in `active = false` outputs. Use the same terminology in end-user messages. --- swaymsg/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swaymsg/main.c b/swaymsg/main.c index 4f6fa7b1..4d3fa68c 100644 --- a/swaymsg/main.c +++ b/swaymsg/main.c @@ -259,7 +259,7 @@ static void pretty_print_output(json_object *o) { json_object_get_string(adaptive_sync_status)); } else { printf( - "Output %s '%s %s %s' (inactive)\n", + "Output %s '%s %s %s' (disabled)\n", json_object_get_string(name), json_object_get_string(make), json_object_get_string(model),