Update de.rs

This commit is contained in:
Mr-Update
2023-10-31 20:10:49 +01:00
committed by GitHub
Unverified
parent c2703d215b
commit 85a4e361d2

View File

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