diff --git a/src/lang/it.rs b/src/lang/it.rs index 9653ef167..b285c28b3 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -576,7 +576,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("input_source_1_tip", "Sorgente ingresso (1)"), ("input_source_2_tip", "Sorgente ingresso (2)"), ("capture_display_elevated_connections_tip", "La cattura di più display non è supportata nella modalità utente con privilegi elevati. Se vuoi controllare più display riprova dopo l'installazione."), - ("Swap control-command key", ""), - ("swap-left-right-mouse", ""), + ("Swap control-command key", "Scambia tasto controllo-comando"), + ("swap-left-right-mouse", "Scambia pulsante sinistro-destro mouse"), ].iter().cloned().collect(); }