diff --git a/src/lang/cs.rs b/src/lang/cs.rs index 551928ebe..fcefa89b1 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -572,6 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("List", "Seznam"), ("Virtual display", "Virtuální obrazovka"), ("Plug out all", "Odpojit všechny"), - ("True color (4:4:4)", ""), + ("True color (4:4:4)", "Skutečné barvy (4:4:4)"), ].iter().cloned().collect(); }