mirror of
https://github.com/NickHu/sway
synced 2024-12-27 21:58:11 +01:00
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.
This commit is contained in:
parent
f22d4dbab7
commit
0695f3fa2a
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ static void pretty_print_output(json_object *o) {
|
||||||
json_object_get_string(adaptive_sync_status));
|
json_object_get_string(adaptive_sync_status));
|
||||||
} else {
|
} else {
|
||||||
printf(
|
printf(
|
||||||
"Output %s '%s %s %s' (inactive)\n",
|
"Output %s '%s %s %s' (disabled)\n",
|
||||||
json_object_get_string(name),
|
json_object_get_string(name),
|
||||||
json_object_get_string(make),
|
json_object_get_string(make),
|
||||||
json_object_get_string(model),
|
json_object_get_string(model),
|
||||||
|
|
Loading…
Reference in a new issue