opt "True color" translation

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-11-01 11:05:58 +08:00
parent a4bbcbe5ff
commit 36f7d64352
40 changed files with 41 additions and 41 deletions

View File

@@ -572,6 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("List", ""),
("Virtual display", ""),
("Plug out all", ""),
("True color(4:4:4)", ""),
("True color (4:4:4)", ""),
].iter().cloned().collect();
}