diff --git a/src/lang/it.rs b/src/lang/it.rs index 1e95d9c83..63f698394 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -572,6 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("List", "Elenco"), ("Virtual display", "Scehrmo virtuale"), ("Plug out all", "Scollega tutto"), - ("True color(4:4:4)", ""), + ("True color(4:4:4)", "Colore reale (4:4:4)"), ].iter().cloned().collect(); }