From 05b2fa97d3f51e8c7cb0215c26e927542ef1efeb Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:09:39 +0100 Subject: [PATCH] Update Italian language --- src/lang/it.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }