Update it.rs

This commit is contained in:
NicKoehler
2023-04-16 08:44:37 +02:00
committed by GitHub
parent 44c3a52ca8
commit 274098debb

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"), ("No need to elevate", "Elevazione dei privilegi non richiesta"),
("System Sound", "Dispositivo audio sistema"), ("System Sound", "Dispositivo audio sistema"),
("Default", "Predefinita"), ("Default", "Predefinita"),
("New RDP", ""), ("New RDP", "Nuovo RDP"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }