Update it.rs

This commit is contained in:
NicKoehler 2023-03-21 16:12:28 +01:00 committed by GitHub
parent 904f75bbba
commit 7ac58f8875
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();
}