commit 0695f3fa2ae0df139793f7d251ca7357af246642
parent f22d4dbab721f36ba991055d87ab015d564604bb
Author: Simon Ser <contact@emersion.fr>
Date: Thu, 2 Feb 2023 09:35:42 +0100
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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),