Update it.rs

This commit is contained in:
NicKoehler 2023-04-16 08:44:37 +02:00 committed by GitHub
parent 44c3a52ca8
commit 274098debb
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"), ("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();
} }