diff --git a/src/lang/it.rs b/src/lang/it.rs index 7e33b6fbe..27d8f19a0 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -621,6 +621,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Never", "Mai"), ("During controlled", "Durante il controllo"), ("During service is on", "Quando il servizio รจ attivo"), - ("Capture screen using DirectX", ""), + ("Capture screen using DirectX", "Cattura schermo usando DirectX"), ].iter().cloned().collect(); }