Update it.rs

This commit is contained in:
NicKoehler
2023-02-08 10:15:08 +01:00
committed by GitHub
parent 993e2d9c77
commit 948f9f28db

View File

@@ -446,8 +446,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("FPS", "FPS"),
("Auto", "Auto"),
("Other Default Options", "Altre Opzioni Predefinite"),
("Voice call", ""),
("Text chat", ""),
("Stop voice call", ""),
("Voice call", "Chiamata vocale"),
("Text chat", "Chat testuale"),
("Stop voice call", "Interrompi la chiamata vocale"),
].iter().cloned().collect();
}