Merge pull request #3731 from NicKoehler/patch-1

Update it.rs
This commit is contained in:
RustDesk
2023-03-21 23:14:31 +08:00
committed by GitHub

View File

@@ -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();
}