diff --git a/src/lang/it.rs b/src/lang/it.rs index 6f4555867..0280d1700 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -406,7 +406,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Group", "Gruppo"), ("Search", "Cerca"), ("Closed manually by the web console", "Chiudi manualmente dalla console Web"), - ("Local keyboard type", "Tipo tastiera locale"), - ("Select local keyboard type", "Seleziona la tastiera locale"), + ("Local keyboard type", "Tipo di tastiera locale"), + ("Select local keyboard type", "Seleziona il tipo di tastiera locale"), ].iter().cloned().collect(); }