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

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