Merge pull request from NicKoehler/patch-1

Update it.rs
This commit is contained in:
RustDesk 2023-03-21 23:14:31 +08:00 committed by GitHub
commit edbb4ef0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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