diff --git a/src/lang/it.rs b/src/lang/it.rs index 7dc3b70ef..5b3e4d92f 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -479,6 +479,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Me", "Io"), ("identical_file_tip", "Questo file è identico a quello del peer."), ("show_monitors_tip", "Mostra schermi nella barra degli strumenti"), - ("View Mode", ""), + ("View Mode", "Modalità di visualizzazione"), ].iter().cloned().collect(); }