Merge pull request #4072 from NicKoehler/patch-3

Update it.rs
This commit is contained in:
RustDesk 2023-04-17 09:29:49 +08:00 committed by GitHub
commit 31c8c6711d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -494,6 +494,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("No need to elevate", "Elevazione dei privilegi non richiesta"),
("System Sound", "Dispositivo audio sistema"),
("Default", "Predefinita"),
("New RDP", ""),
("New RDP", "Nuovo RDP"),
].iter().cloned().collect();
}