Update de.rs

This commit is contained in:
Mr-Update 2023-10-31 20:10:49 +01:00 committed by GitHub
parent c2703d215b
commit 85a4e361d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();
}